mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 00:51:16 +01:00
fix: user icon text overflow in some cases
This commit is contained in:
@@ -77,6 +77,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */
|
overflow: hidden; /* stops alt text from overflowing past boundaries if image does not load */
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|||||||
Reference in New Issue
Block a user