Ver código fonte

HUE-7062 [dashboard] Improve the size of the formula editor

Johan Ahlen 8 anos atrás
pai
commit
d03dbe4

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-simple-ace.less

@@ -21,7 +21,7 @@
   border: 1px solid @cui-gray-300;
   border-radius: 4px;
   width: 100%;
-  height: 26px;
+  height: 25px;
 
   .ace-editor {
     position: absolute;

+ 1 - 1
desktop/core/src/desktop/templates/ko_components.mako

@@ -1843,7 +1843,7 @@ from desktop.views import _ko
 
         if (self.singleLine) {
           aceOptions = $.extend(aceOptions, {
-            fontSize: '14px',
+            fontSize: '13px',
             maxLines: 1, // make it 1 line
             autoScrollEditorIntoView: true,
             highlightActiveLine: false,

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff