Skip to content

Commit 21603dd

Browse files
authored
Merge pull request #415 from kakao-tech-campus-3rd-step3/fix/notice-date-hover-layout#414
[FIX] 공지사항 리스트 호버 시 날짜 영역 레이아웃 깨짐 수정(#414)
2 parents 315e254 + 106f901 commit 21603dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/user/Notice/components/NoticeListCardSection/index.styled.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const NoticeDate = styled.span(({ theme }) => ({
7272
color: theme.colors.textSecondary,
7373
width: '80px',
7474
textAlign: 'right',
75+
whiteSpace: 'nowrap',
7576
[`@media (max-width: ${theme.breakpoints.mobile})`]: {
7677
width: 'auto',
7778
textAlign: 'left',
@@ -84,6 +85,7 @@ export const NoticeAuthor = styled.span(({ theme }) => ({
8485
color: theme.colors.textSecondary,
8586
width: '60px',
8687
textAlign: 'right',
88+
whiteSpace: 'nowrap',
8789
[`@media (max-width: ${theme.breakpoints.mobile})`]: {
8890
width: 'auto',
8991
textAlign: 'left',

0 commit comments

Comments
 (0)