فهرست منبع

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 {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است