fix(ui): Limit max width of forms & lists (#845)

This commit is contained in:
TheCatLady
2021-02-04 19:52:58 -05:00
committed by GitHub
parent 026795d4c9
commit b9d14a9fd0
2 changed files with 8 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ body {
}
.form-row {
@apply mt-6 sm:mt-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start;
@apply max-w-6xl mt-6 sm:mt-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:items-start;
}
.form-input {