Kaynağa Gözat

Add a padding on launcher card labels (#3313)

This avoids the text touching the border of the card if the label is long enough
François Vaux 7 yıl önce
ebeveyn
işleme
f439909a83
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      packages/launcher/style/index.css

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

@@ -177,6 +177,7 @@
   height: var(--jp-private-launcher-card-label-height);
   line-height: var(--jp-private-launcher-card-label-height);
   font-size: var(--jp-ui-font-size1);
+  padding: 0 8px;
   color: var(--jp-ui-font-color1);
   box-sizing: border-box;
   overflow: hidden;