CSS
This commit is contained in:
parent
034ce7e55d
commit
a6104d18a9
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user