Skip to content

Commit

Permalink
chore: 자동 확대 방지를 위해 textarea/input의 fontSize를 16px로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkhanyoung committed Feb 22, 2025
1 parent 6a3bb0a commit 5afc224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const questionInput = style({

'@media': {
'(max-width: 850px)': {
fontSize: '1.5rem',
fontSize: '1.6rem',
padding: '0.7rem 1rem',
},
},
Expand Down Expand Up @@ -129,7 +129,7 @@ export const questionDetailTextarea = style({

'@media': {
'(max-width: 850px)': {
fontSize: '1.4rem',
fontSize: '1.6rem',
padding: '0.7rem 0.3rem 0.7rem 1rem',
scrollPadding: '0.5rem',
scrollPaddingTop: '0.5rem',
Expand Down

0 comments on commit 5afc224

Please sign in to comment.