diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index d366639f25..240063089b 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -242,3 +242,17 @@ margin-top:10px; margin-bottom:0px; } + +.references-search-modal { + .search-form { + input { + width: 85%; + } + button { + width: 14%; + } + } + .search-results { + margin-top: 14px; + } +} \ No newline at end of file