Skip to content

Commit 4cd3c24

Browse files
committed
chore: 버튼 whitespce nowrap 추가
1 parent 43655ad commit 4cd3c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/app/(afterLogin)/my-study/my-assignment/_components/AssignmentHistory/AssignmentHistoryItem.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const buttonContainerStyle = css({
129129
justifyContent: "center",
130130
textStyle: "body1",
131131
minWidth: "182px",
132+
whiteSpace: "nowrap",
132133
});
133134

134135
const textButtonContainerStyle = css({

0 commit comments

Comments
 (0)