UX: prevent text from wrapping below notification icons

This commit is contained in:
Kris 2018-08-09 12:04:34 -04:00
parent 6ddf7fcd1f
commit 04658bb2f1
1 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,9 @@
a {
padding: 0;
> div {
overflow: hidden; // clears the text from wrapping below icons
}
}
p {