mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 16:24:29 +08:00
UX: prevent text from wrapping below notification icons
This commit is contained in:
parent
6ddf7fcd1f
commit
04658bb2f1
@ -275,6 +275,9 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
> div {
|
||||||
|
overflow: hidden; // clears the text from wrapping below icons
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user