This min-width: 0 hack is getting annoying

Without this, long words would overflowwww
This commit is contained in:
Lim Chee Aun 2022-12-19 18:02:45 +08:00
parent 20fe892dca
commit da19e7ad02

View file

@ -42,6 +42,7 @@
gap: 12px;
}
#account-container .profile-field {
min-width: 0;
flex-grow: 1;
font-size: 90%;
background-color: var(--bg-faded-color);