Skip to content

Commit

Permalink
fix longword ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Mar 6, 2023
1 parent 92de1bc commit b67202a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Resources/public/scss/_edit-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

&--full {
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}

Expand Down

0 comments on commit b67202a

Please sign in to comment.