浏览代码

ux: increased code editor auto complete width from 320px to 550px, fixes #9203

Torkel Ödegaard 8 年之前
父节点
当前提交
968ba30fa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/sass/components/_code_editor.scss

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

@@ -28,7 +28,7 @@
   background-color: $dropdownBackground !important;
   background-color: $dropdownBackground !important;
   color: $dropdownLinkColor !important;
   color: $dropdownLinkColor !important;
   border: 1px solid $dropdownBorder !important;
   border: 1px solid $dropdownBorder !important;
-  width: 320px !important;
+  width: 550px !important;
 
 
   .ace_scroller {
   .ace_scroller {
     .ace_selected, .ace_active-line, .ace_line-hover {
     .ace_selected, .ace_active-line, .ace_line-hover {