From 51532d1ca114b95c310267435742b53f1a2139c1 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Sat, 15 Apr 2023 02:37:18 +0000 Subject: [PATCH] tweak: add !important attribute to isso comment resizing. --- pub/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/style/style.css b/pub/style/style.css index 8ad6ba3..807bf9a 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -357,6 +357,6 @@ table thead { .isso-textarea { height: 15em; - resize: vertical; + resize: vertical !important; }