Textarea height

This commit is contained in:
John Steel
2021-05-03 15:35:24 -04:00
parent 79047556ba
commit 4b7b337e7a

View File

@@ -547,6 +547,10 @@ P {
background-color: #eeeeee; background-color: #eeeeee;
} }
.calc textarea {
height: 1.5em;
}
.disabledAction { .disabledAction {
color: #dddddd; color: #dddddd;
} }