Skip to content

Commit

Permalink
IBX-1035: Removing white-space: nowrap property for content name (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti authored Oct 7, 2021
1 parent bd8138f commit f27ecc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bundle/Resources/public/scss/_page-title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
}

&__content-name {
white-space: nowrap;
overflow: hidden;
font-weight: normal;
font-size: calculateRem(26px);
text-overflow: ellipsis;
width: calc(100% - #{calculateRem(36px)});
margin-bottom: calculateRem(16px);
}
Expand Down

0 comments on commit f27ecc0

Please # to comment.