This min-width: 0 hack is getting annoying
Without this, long words would overflowwww
This commit is contained in:
parent
20fe892dca
commit
da19e7ad02
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue