Browse Source

code-editor: increase autocomplete popup size

Alexander Zobnin 8 years ago
parent
commit
5c0773023f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/sass/components/_code_editor.scss

+ 1 - 0
public/sass/components/_code_editor.scss

@@ -18,6 +18,7 @@
   background-color: $dropdownBackground !important;
   color: $dropdownLinkColor !important;
   border: 1px solid $dropdownBorder !important;
+  width: 320px !important;
 
   font-family: monospace;
   font-size: 1rem;