Skip to content

Commit

Permalink
fix: add minwidth to login inner
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeyeonAhn committed Dec 28, 2024
1 parent bbabf91 commit ad94f98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const LoginInner = styled(Link)`
display: flex;
gap: 8px;
align-items: center;
min-width: fit-content;
font-family: ${({ theme }) => theme.fonts.FAMILY.PRETENDARD};
font-size: 16px;
line-height: 20px;
Expand Down

0 comments on commit ad94f98

Please sign in to comment.