MetaItem title overflow fixed

This commit is contained in:
NikolaBorislavovHristov 2019-01-18 16:08:45 +02:00
parent 35ebb27548
commit 2038a8aa6d

View file

@ -60,6 +60,9 @@
font-size: 1.4em;
padding: 0 0.5em;
color: var(--color-surfacelighter);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menu-icon {