From 3d593b35d1a2deb26e7b201c1b7af096f8c81f0e Mon Sep 17 00:00:00 2001 From: fusionate Date: Thu, 13 Apr 2023 20:30:28 +0000 Subject: [PATCH] Theme: Remove width limit on textarea. --- themes/default/css.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 505ecc9277..35b11c1d45 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -1400,7 +1400,6 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); transition: width 0.25s; -moz-transition: width 0.25s; -webkit-transition: width 0.25s; - max-width: 500px; } select.txt,