From: Anton Khorev Date: Sat, 29 Jul 2023 16:38:06 +0000 (+0300) Subject: Remove resize css property from textarea X-Git-Tag: live~1569^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f5b26a7df02d57980061e206fc903a1d9847e8a5 Remove resize css property from textarea --- 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; }