Skip to content

Commit

Permalink
feature-081: 알람 제목 2줄로 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0428 committed Feb 20, 2024
1 parent d6dafac commit 276353f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/layout/header/alarm/AlarmItem.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ export const Container = styled.div`
& h1 {
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
}
}
}
Expand Down

0 comments on commit 276353f

Please sign in to comment.