Quellcode durchsuchen

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

Johan Ahlen vor 5 Jahren
Ursprung
Commit
0f1315f6dc

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Datei-Diff unterdrückt, da er zu groß ist
+ 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 {

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.