No resizing of inputs in issue reporter, fixes #41992

This commit is contained in:
Rachel Macfarlane
2018-01-22 11:53:35 -08:00
parent 80991ce8a0
commit d7b6e7d7f6
2 changed files with 6 additions and 1 deletions

View File

@@ -165,9 +165,14 @@ button:disabled {
}
select, input, textarea {
border: 1px solid transparent;
margin-top: 10px;
}
summary {
border: 1px solid transparent;
}
.validation-error {
font-size: 12px;
font-weight: bold;