commit a4e9ba4: [Minor] Freeze WebUI scan textarea width
Alexander Moisseev
moiseev at mezonplus.ru
Wed Apr 3 16:42:04 UTC 2019
Author: Alexander Moisseev
Date: 2019-04-03 17:23:35 +0300
URL: https://github.com/rspamd/rspamd/commit/a4e9ba4d63bc59ff1d3d8e87c0768c74f3918ec1 (refs/pull/2834/head)
[Minor] Freeze WebUI scan textarea width
---
interface/css/rspamd.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index e0e14bb3a..d99c20b8d 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -28,6 +28,7 @@ a {
}
textarea {
font-family:"Courier New", Courier, monospace;
+ resize: vertical;
}
/* local overrides */
More information about the Commits
mailing list