Fix styling for larger widths

This commit is contained in:
leigh-mil 2019-10-10 13:00:58 -04:00
parent 14ea3cd973
commit 18d68d9a60
2 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,6 @@
textarea {
max-height: 9rem;
max-width: none;
}
.panel__footer {

View File

@ -47,5 +47,6 @@
&.col--half {
width: 50%;
max-width: 30em;
}
}