mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(ui): Limit max width of forms & lists (#845)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user