瀏覽代碼

HUE-6281 [editor] Set a default size for the query name and description

Enrico Berti 8 年之前
父節點
當前提交
99f4e84

文件差異過大導致無法顯示
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -1025,6 +1025,7 @@
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
+    max-width: 200px;
   }
 
   .notebook-name-input {

部分文件因文件數量過多而無法顯示