mirror of
https://github.com/django/django.git
synced 2025-03-09 00:42:40 +00:00
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:
parent
45f530ffc4
commit
53719d6b5b
@ -171,7 +171,7 @@ input[type="submit"], button {
|
|||||||
/* Forms */
|
/* Forms */
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: 0.875rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -192,7 +192,7 @@ input[type="submit"], button {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
min-height: 2.25rem;
|
min-height: 2.25rem;
|
||||||
font-size: 0.875rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-row select {
|
.form-row select {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user