ソースを参照

HUE-9459 [editor] Set a max width on the autocomplete meta column in the suggestions

Johan Ahlen 5 年 前
コミット
0f1315f6dc

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 2 - 1
desktop/core/src/desktop/static/desktop/less/hue-autocomplete.less

@@ -144,7 +144,8 @@
   top: 3px;
   padding-right: 3px;
   color: @cui-gray-700;
-  white-space: nowrap;
+  max-width: 65px;
+  .nowrap-ellipsis;
 }
 
 .autocompleter-dot {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません