浏览代码

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);
   color: var(--jp-ui-font-color1);
   box-sizing: border-box;
+  overflow: hidden;
+  white-space: nowrap;
   text-overflow: ellipsis;
   text-align: center;
 }