Explorar o código

Add word-wrapping for annotations (fix #751)

Gildas %!s(int64=4) %!d(string=hai) anos
pai
achega
4390fbeb5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extension/ui/pages/editor-note-web.css

+ 1 - 1
extension/ui/pages/editor-note-web.css

@@ -30,7 +30,7 @@
 
 .note textarea {
     all: initial;
-    white-space: pre;
+    white-space: break-spaces;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     padding: 3px;