This commit is contained in:
Laurent Destailleur 2020-10-09 16:57:00 +02:00
parent 9ba22b97b6
commit 5e3df9442f
2 changed files with 2 additions and 2 deletions

View File

@ -713,7 +713,7 @@ textarea.centpercent {
.longmessagecut { .longmessagecut {
max-height: 250px; max-height: 250px;
max-width: 100%; max-width: 100%;
overflow-y: scroll; overflow-y: auto;
} }
body[class*="colorblind-"] .text-warning{ body[class*="colorblind-"] .text-warning{

View File

@ -795,7 +795,7 @@ textarea.centpercent {
.longmessagecut { .longmessagecut {
max-height: 250px; max-height: 250px;
max-width: 100%; max-width: 100%;
overflow-y: scroll; overflow-y: auto;
} }
.text-warning{ .text-warning{