From: Calin Crisan Date: Sun, 13 Nov 2016 16:22:38 +0000 (+0200) Subject: fixed extra options not allowing new lines on FireFox X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=085c3a131e98a679502787581ce697fa7ca8ab9e;p=motioneye-debian fixed extra options not allowing new lines on FireFox --- diff --git a/motioneye/static/css/ui.css b/motioneye/static/css/ui.css index 74ac18e..f1bbb29 100644 --- a/motioneye/static/css/ui.css +++ b/motioneye/static/css/ui.css @@ -151,6 +151,10 @@ textarea.styled { white-space: nowrap; } +textarea.styled { + white-space: pre; +} + input[type=password].styled:FOCUS, input[type=text].styled:FOCUS, textarea.styled:FOCUS {