textarea default height removed

This commit is contained in:
Dennis Eichhorn 2021-01-23 12:29:22 +01:00
parent b5bf81acbe
commit f893995248
2 changed files with 0 additions and 2 deletions

View File

@ -176,7 +176,6 @@ input:invalid {
textarea, .textarea {
overflow: auto;
resize: both;
min-height: 100px;
box-sizing: border-box;
font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

View File

@ -3747,7 +3747,6 @@ input:invalid {
textarea, .textarea {
overflow: auto;
resize: both;
min-height: 100px;
box-sizing: border-box;
font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; }