Prevent account name from overflowing the sidebar

pull/9981/head
4the4ryushin 2023-01-28 05:01:17 +05:30 zatwierdzone przez Sage Abdullah
rodzic 22f6b32634
commit e10dc142de
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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 {