fix: user icon text overflow in some cases

v1.18.x
Julian Lam 4 years ago
parent 114e3a1e76
commit 2b7d0b5a47

@ -77,6 +77,7 @@
font-weight: normal;
vertical-align: middle;
overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */
white-space: nowrap;
&:before {
content: '';

Loading…
Cancel
Save