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 e291421 commit f1abbe2Copy full SHA for f1abbe2
modules/primer-forms/lib/form-control.scss
@@ -19,7 +19,7 @@ label {
19
.form-select {
20
min-height: 34px;
21
padding: 6px $spacer-2;
22
- font-size: $body-font-size;
+ font-size: $h4-size;
23
line-height: 20px;
24
color: $text-gray-dark;
25
vertical-align: middle;
@@ -37,6 +37,11 @@ label {
37
outline: none;
38
box-shadow: $form-control-shadow, $btn-input-focus-shadow;
39
}
40
+
41
+ // Ensures inputs don't zoom on mobile but are body-font size on desktop
42
+ @include breakpoint(md) {
43
+ font-size: $body-font-size;
44
+ }
45
46
47
// Inputs with contrast for easy light gray backgrounds against white.
0 commit comments