Prechádzať zdrojové kódy

Prevent account name from overflowing the sidebar

4the4ryushin 2 rokov pred
rodič
commit
e10dc142de

+ 6 - 0
client/src/components/Sidebar/modules/MainMenu.scss

@@ -71,6 +71,12 @@
 
     &-toggle {
       @apply w-pl-2 w-inline-flex w-justify-between w-w-full w-translate-x-0 w-transition w-duration-150;
+
+      min-width: 0;
+
+      .icon {
+        flex-shrink: 0;
+      }
     }
 
     &-label {