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…
Reference in New Issue