From 085c3a131e98a679502787581ce697fa7ca8ab9e Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 13 Nov 2016 18:22:38 +0200 Subject: [PATCH] fixed extra options not allowing new lines on FireFox --- motioneye/static/css/ui.css | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.5