Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs.

Thanks Simon Willison for the report and Ben Cardy for testing.
This commit is contained in:
Jkhall81 2024-03-24 11:02:02 -07:00 committed by Sarah Boyce
parent 45f530ffc4
commit 53719d6b5b
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ input[type="submit"], button {
/* Forms */
label {
font-size: 0.875rem;
font-size: 1rem;
}
/*
@ -192,7 +192,7 @@ input[type="submit"], button {
margin: 0;
padding: 6px 8px;
min-height: 2.25rem;
font-size: 0.875rem;
font-size: 1rem;
}
.form-row select {