Fix large text on proposals modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-02 16:18:20 -03:00
commit a357fca36f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 1 deletions

View file

@ -437,3 +437,7 @@ input[type=file] {
.keyboard-open .has-tabs {
bottom: 0;
}
.white-space-initial {
white-space: initial;
}