diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-03 17:23:35 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-03 17:23:35 +0300 |
commit | a4e9ba4d63bc59ff1d3d8e87c0768c74f3918ec1 (patch) | |
tree | b6062d327aac5a9930f2822cdde270ce4912b4c4 /interface | |
parent | 1fbc0cf4c84c4c652325b04ce38cc287b6c0f87e (diff) | |
download | rspamd-a4e9ba4d63bc59ff1d3d8e87c0768c74f3918ec1.tar.gz rspamd-a4e9ba4d63bc59ff1d3d8e87c0768c74f3918ec1.zip |
[Minor] Freeze WebUI scan textarea width
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |