]> git.plutz.net Git - webtxt/blobdiff - webnote.css
Merge commit '280b6cc5ddcedd4f744806f965e0165fb0a8f0b2'
[webtxt] / webnote.css
index eb2306d0860ec213eee4a70006fb06b37a08a69e..484cbc7863af87c1d5d9cea60cf05d3337ff732c 100644 (file)
@@ -4,15 +4,18 @@ body {
 button {
   margin-bottom: 1em;
 }
+@media print { button { display: none; }}
 textarea {
   display: block;
+  font-family: monospace;
   width: 100%;
   height: 90vh;
   height: calc(100vh - 4.5em);
 }
 
 div.text {
-  white-space: pre;
+  max-width: 100%;
+  overflow: auto;
 }
 
 form.new {