This commit is contained in:
Laurent Destailleur 2018-06-02 16:36:05 +02:00
parent 034ce7e55d
commit a6104d18a9
2 changed files with 6 additions and 0 deletions

View File

@ -611,6 +611,9 @@ textarea.centpercent {
.nowraponall { /* no wrap on all devices */
white-space: nowrap;
}
.wrapimp {
white-space: normal !important;
}
.wordwrap {
word-wrap: break-word;
}

View File

@ -603,6 +603,9 @@ textarea.centpercent {
.nowraponall { /* no wrap on all devices */
white-space: nowrap;
}
.wrapimp {
white-space: normal !important;
}
.wordwrap {
word-wrap: break-word;
}