Explorar o código

Fix ellipsis.

Afshin Darian %!s(int64=7) %!d(string=hai) anos
pai
achega
dd9938e128
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 }