Skip to content

Commit

Permalink
feat: 티켓 이름 필드 사이즈 min-width로 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 24, 2024
1 parent 5fdef0c commit 471c917
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const HeaderItem = styled.span`
width: 80px;
}
&:nth-of-type(3) {
width: 180px;
min-width: 100px;
}
&:nth-of-type(4) {
width: 100px;
Expand Down Expand Up @@ -82,7 +82,7 @@ const Item = styled.span`
width: 80px;
}
&:nth-of-type(3) {
width: 180px;
min-width: 100px;
}
&:nth-of-type(4) {
width: 100px;
Expand Down

0 comments on commit 471c917

Please sign in to comment.