Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding padding to the placeholder text when no schema exists #1026

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
1 change: 1 addition & 0 deletions src/ui/RealmBrowser/LeftSidebar/LeftSidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
&::before {
color: $elephant;
content: "This Realm has no classes defined";
padding: $spacer;
text-align: center;
}
}
Expand Down