فهرست منبع

Fix cropped descenders in sidebar

Thibaud Colas 2 سال پیش
والد
کامیت
74ed301562
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      client/src/components/Sidebar/menu/MenuItem.scss

+ 1 - 1
client/src/components/Sidebar/menu/MenuItem.scss

@@ -84,7 +84,7 @@
 .menuitem-label {
   @include transition(opacity $menu-transition-duration ease);
   margin-inline-start: 0.875rem;
-  line-height: 1;
+  line-height: 1.25;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;