Update changelog

This commit is contained in:
Jeremy Thomas
2017-07-21 09:42:57 +02:00
parent 8f6268c9f4
commit 8248e6a88f
2 changed files with 13 additions and 5 deletions

View File

@@ -2212,14 +2212,21 @@ input[type="submit"].button {
.textarea {
display: block;
max-height: 600px;
max-width: 100%;
min-height: 120px;
min-width: 100%;
padding: 0.625em;
resize: vertical;
}
.textarea:not([rows]) {
max-height: 600px;
min-height: 120px;
}
.textarea[rows] {
height: unset;
}
.checkbox,
.radio {
cursor: pointer;