We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 315e254 + 106f901 commit 21603ddCopy full SHA for 21603dd
src/pages/user/Notice/components/NoticeListCardSection/index.styled.ts
@@ -72,6 +72,7 @@ export const NoticeDate = styled.span(({ theme }) => ({
72
color: theme.colors.textSecondary,
73
width: '80px',
74
textAlign: 'right',
75
+ whiteSpace: 'nowrap',
76
[`@media (max-width: ${theme.breakpoints.mobile})`]: {
77
width: 'auto',
78
textAlign: 'left',
@@ -84,6 +85,7 @@ export const NoticeAuthor = styled.span(({ theme }) => ({
84
85
86
width: '60px',
87
88
89
90
91
0 commit comments