ソースを参照

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;
     overflow: hidden;
     text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     white-space: nowrap;
+    max-width: 200px;
   }
   }
 
 
   .notebook-name-input {
   .notebook-name-input {

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