Skip to content

Commit

Permalink
fix(ProjectHeader): wrap but not ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Feb 28, 2023
1 parent e844f84 commit 9012e50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ProjectPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ const ProjectHeader = styled(PageContent)`

const StyledProjectHeaderTitle = styled(Text)`
width: 850px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-top: ${gapM};
`;

Expand Down

0 comments on commit 9012e50

Please sign in to comment.