Prevented spell titles from overflowing their item in spell lists

closes #83
This commit is contained in:
Stefan Zermatten
2017-06-28 09:26:52 +02:00
parent 0e0662cc9a
commit 8fa9cd0148

View File

@@ -78,6 +78,20 @@
margin-left: 16px;
}
.spell.item > div > div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.spell.item > div {
min-width: 0;
}
.spell.item iron-icon {
flex-shrink: 0;
}
.spellLevel {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);