fix overflow text

This commit is contained in:
Javier 2016-12-19 11:06:58 -03:00
commit b5accd5feb

View file

@ -30,6 +30,10 @@
}
}
.item-toggle, .item {
white-space: normal;
}
.input-label {
max-width: none;
width: inherit;