Skip to content

Commit

Permalink
fix: apply text ellipsis in header text
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 5, 2024
1 parent 6d82aad commit cf0fbf0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ export const SubHeaderWrapper = styled.div`
}
.title-wrapper {
max-width: calc(100% - 48px - 32px);
text-overflow: ellipsis;
display: block;
white-space: nowrap;
overflow: hidden;
${fonts.header4}
}
`;

0 comments on commit cf0fbf0

Please sign in to comment.