]> www.vanbest.org Git - motioneye-debian/commitdiff
fixed extra options not allowing new lines on FireFox
authorCalin Crisan <ccrisan@gmail.com>
Sun, 13 Nov 2016 16:22:38 +0000 (18:22 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 13 Nov 2016 16:22:38 +0000 (18:22 +0200)
motioneye/static/css/ui.css

index 74ac18edf162df704bddba963438a88bcf5e01b4..f1bbb29324172dc3879990c8ceb521fb3121d205 100644 (file)
@@ -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 {