diff --git a/app/assets/stylesheets/common/components/bookmark-modal.scss b/app/assets/stylesheets/common/components/bookmark-modal.scss index b870ec00d1e..bf81e4ddfe9 100644 --- a/app/assets/stylesheets/common/components/bookmark-modal.scss +++ b/app/assets/stylesheets/common/components/bookmark-modal.scss @@ -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; }