FIX: Bookmark Modal Input (#9707)

This commit is contained in:
Jordan Vidrine 2020-05-08 10:47:01 -05:00 committed by GitHub
parent 3cce1b4e78
commit 47788da706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
.ember-text-field.bookmark-name {
width: 100%;
margin-bottom: 0.5em;
}
}
@ -71,6 +72,7 @@
.bookmark-options-button {
margin-left: 0.5em;
margin-bottom: 0.5em;
background: transparent;
}