From 6e22c225cb59bff59296c1f0dde5f83dd0ed922e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 30 Nov 2018 13:53:46 +0100 Subject: [PATCH 1/2] Adding padding to the placeholder text when no schema exists --- src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss b/src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss index dafeed8af..23ded767e 100644 --- a/src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss +++ b/src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss @@ -57,6 +57,7 @@ &::before { color: $elephant; content: "This Realm has no classes defined"; + padding: $spacer; text-align: center; } } From 5f7e60ea98f0c0e677dae11b43d3d8ff24b874a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 30 Nov 2018 13:56:18 +0100 Subject: [PATCH 2/2] Adding a release note --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 000d5a11e..a25526bf2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,7 +4,7 @@ - None ## Fixed -- None +- Fixed missing padding in the Realm browsers sidebar when a schema was missing ([#1026](https://github.com/realm/realm-studio/pull/1026)) ## Internals - Excluding the unpackaged directories when uploading to S3 (again). ([#1013](https://github.com/realm/realm-studio/pull/1013))