css
This commit is contained in:
parent
9ba22b97b6
commit
5e3df9442f
@ -713,7 +713,7 @@ textarea.centpercent {
|
||||
.longmessagecut {
|
||||
max-height: 250px;
|
||||
max-width: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
body[class*="colorblind-"] .text-warning{
|
||||
|
||||
@ -795,7 +795,7 @@ textarea.centpercent {
|
||||
.longmessagecut {
|
||||
max-height: 250px;
|
||||
max-width: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.text-warning{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user