Merge pull request #5285 from JDonadio/fix/overflow-toggle-text

Fix overflow text
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-19 22:39:16 +02:00 committed by GitHub
commit e572b80ee1
1 changed files with 4 additions and 0 deletions

View File

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