We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b470e commit 3351481Copy full SHA for 3351481
CHANGES.md
@@ -7,6 +7,7 @@
7
- Fix login form style for `classic` theme
8
- Properly handle OGP metadata that doesn't have an image
9
- Fix TypeError which prevents logging out
10
+- Fix auto zoom in when input message in ios safari
11
12
## 11.0.0 (2025-05-21)
13
src/shared/styles/_core.scss
@@ -149,7 +149,11 @@
149
input[type='submit'],
150
input[type='button'],
151
input[type='text'],
152
- input[type='password'],
+ input[type='password'] {
153
+ font-size: var(--font-size-large);
154
+ min-height: 0;
155
+ }
156
+
157
button {
158
font-size: var(--font-size);
159
min-height: 0;
0 commit comments