Skip to content

Commit

Permalink
[Fix] 이메일 인증 버튼 크기 깨지는 에러 해결 (#353)
Browse files Browse the repository at this point in the history
* fix: 이메일 인증 버튼 깨짐 이슈 해결
  • Loading branch information
eonseok-jeon authored Aug 6, 2024
1 parent 117b207 commit 2901080
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import { style } from '@vanilla-extract/css';

export const textWidth = style({
width: 148,
paddingLeft: 0,
paddingRight: 0,
});

0 comments on commit 2901080

Please sign in to comment.