tweak: add !important attribute to isso comment resizing.

This commit is contained in:
Nuno Sempere 2023-04-15 02:37:18 +00:00
parent 9efc792c9b
commit 51532d1ca1

View File

@ -357,6 +357,6 @@ table thead {
.isso-textarea { .isso-textarea {
height: 15em; height: 15em;
resize: vertical; resize: vertical !important;
} }