瀏覽代碼

Fix ellipsis.

Afshin Darian 7 年之前
父節點
當前提交
dd9938e128
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/launcher/style/index.css

+ 2 - 0
packages/launcher/style/index.css

@@ -169,6 +169,8 @@
   font-size: var(--jp-ui-font-size1);
   font-size: var(--jp-ui-font-size1);
   color: var(--jp-ui-font-color1);
   color: var(--jp-ui-font-color1);
   box-sizing: border-box;
   box-sizing: border-box;
+  overflow: hidden;
+  white-space: nowrap;
   text-overflow: ellipsis;
   text-overflow: ellipsis;
   text-align: center;
   text-align: center;
 }
 }