Przeglądaj źródła

fix(admin-ui): Fix overflow that made ui unusable on mobile

Lukas Chladek 5 lat temu
rodzic
commit
f129e0cc0b

+ 3 - 0
packages/admin-ui/src/lib/core/src/components/user-menu/user-menu.component.scss

@@ -10,6 +10,9 @@
 .user-name {
     color: $color-grey-200;
     margin-right: 12px;
+    @media screen and (max-width: $breakpoint-small) {
+        display: none;
+    }
 }
 
 .trigger clr-icon {