Skip to content

Commit

Permalink
Fix: Strapline overflow fix (adaptlearning#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Feb 14, 2023
1 parent d2ca422 commit b011f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions less/narrative.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
display: block;
margin-right: @icon-size + (@item-padding * 2);
padding: @item-padding;
overflow: hidden;
text-overflow: ellipsis;
// Override button line height to match icon size
line-height: @icon-size;

Expand Down

0 comments on commit b011f23

Please sign in to comment.