word/edit: story column to store text descriptions
[sheet.git] / editor.css
index fd926012f925d9ab3fbe1b71bbbefe27078d46c1..077de812a71ca0c78a9304262ab8ca64c3e5e6aa 100644 (file)
@@ -24,11 +24,11 @@ form > ul > li > label + * {
 }
 
 .multiinput,
-input,select {
+input, textarea, select {
        box-sizing: border-box;
        flex-grow: 1;
 }
-input:not([type=submit]) {
+input:not([type=submit]), textarea {
        padding: .4rem;
        font-family: monospace;
 }