Переглянути джерело

HUE-3333 [editor] Add one more digit to the row number column

This makes it responsive for > 99 lines
Johan Ahlen 9 роки тому
батько
коміт
43f2214430

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/theme-hue.js


+ 1 - 1
tools/ace-editor/lib/ace/theme/hue.css

@@ -83,7 +83,7 @@
 }
 
 .ace_gutter > .ace_layer {
-  width: 30px !important;
+  min-width: 24px !important;
   border-left: 1px solid #DBE8F1;
   color: #737373;
 }

Деякі файли не було показано, через те що забагато файлів було змінено