adds resizeble textbox
[mindcoding-template-patches.git] / css / style.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a092440cdbaee4ab051fe9b82bc47c6a2f763446 100644 (file)
@@ -0,0 +1,10 @@
+.txtstuff {
+    overflow: hidden;
+}
+
+.hiddendiv {
+    display: none;
+    white-space: pre-wrap;
+    word-wrap: break-word;
+    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
+}
\ No newline at end of file
This page took 0.009042 seconds and 4 git commands to generate.