mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Update changelog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user