1
0

Fix icon overflowing in navigation

This commit is contained in:
kolaente
2020-03-22 22:44:33 +01:00
parent 7d2bd192ab
commit 35d0058026

View File

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