Skip to content

Commit

Permalink
SKRF-475 design: event card common style적용 (#240)
Browse files Browse the repository at this point in the history
* design: 이벤트 카드 장소에 common 스타일 적용

* design: line-clamp 설정
  • Loading branch information
colorkite10 authored Dec 22, 2023
1 parent ab9a391 commit 6f44955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const ellipsisText = styled.p`
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
-webkit-line-clamp: 1;
`;

const ellipsisMultiLineText = styled.p`
Expand Down

0 comments on commit 6f44955

Please sign in to comment.