Textarea height

This commit is contained in:
John Steel 2021-05-03 15:35:24 -04:00 committed by John Steel
parent 93a4f0eb1d
commit 919c90bb3d
No known key found for this signature in database
GPG Key ID: EA905C8A46530B3C

View File

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