Fix icon overflowing in navigation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2020-03-22 22:44:33 +01:00
parent 7d2bd192ab
commit 35d0058026
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -130,7 +130,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
span { span:not(.icon) {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }