Skip to content

Commit

Permalink
fix: input font size to avoid mobile zoom (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite authored Jul 2, 2024
2 parents d5dea39 + e4b16c0 commit 8d6c02e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doorway-ui-components/src/global/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,11 @@

input.input {
padding-inline: var(--bloom-s3);
padding-block: var(--bloom-s4);
padding-block: var(--bloom-s3_5);
border-width: 2px;
background-color: var(--bloom-color-gray-200);
border-color: var(--bloom-color-gray-500);
border-radius: var(--bloom-rounded-lg);
font-size: 0.9rem;
}

.prepend {
Expand Down Expand Up @@ -200,11 +199,10 @@
@apply bg-gray-200;
@apply text-gray-950;
@apply leading-tight;
@apply py-4;
@apply py-2;
@apply px-3;
height: 3.5em;
height: 3em;
font-family: inherit;
font-size: 0.9rem !important;
line-height: normal;
-moz-appearance: none;
-webkit-appearance: none;
Expand Down

0 comments on commit 8d6c02e

Please sign in to comment.