Textarea height

This commit is contained in:
John Steel 2021-05-03 15:35:24 -04:00
parent 79047556ba
commit 4b7b337e7a
No known key found for this signature in database
GPG Key ID: DCD1F9A42EBF7B82

View File

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