浏览代码

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

Enrico Berti 8 年之前
父节点
当前提交
99f4e84528

文件差异内容过多而无法显示
+ 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 {

部分文件因为文件数量过多而无法显示