From f5b26a7df02d57980061e206fc903a1d9847e8a5 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 29 Jul 2023 19:38:06 +0300 Subject: [PATCH] Remove resize css property from textarea --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 19cc8e5be..f50bf328e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -611,10 +611,6 @@ body.small-nav { } } - #embed_html { - resize: vertical; - } - #mapnik_scale { width: 100px; } -- 2.39.5