Skip to content

Commit

Permalink
Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs.
Browse files Browse the repository at this point in the history
Thanks Simon Willison for the report and Ben Cardy for testing.
  • Loading branch information
Jkhall81 authored and sarahboyce committed Apr 19, 2024
1 parent 45f530f commit 53719d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/contrib/admin/static/admin/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ input[type="submit"], button {
/* Forms */

label {
font-size: 0.875rem;
font-size: 1rem;
}

/*
Expand All @@ -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 {
Expand Down

0 comments on commit 53719d6

Please sign in to comment.