Ver Fonte

Fix ellipsis.

Afshin Darian há 7 anos atrás
pai
commit
dd9938e128
1 ficheiros alterados com 2 adições e 0 exclusões
  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;
 }