Skip to content

Commit

Permalink
Crop overflowing text
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wurster <miwurster@googlemail.com>
  • Loading branch information
miwurster committed Sep 15, 2020
1 parent e3e0096 commit 708e8ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
padding: 0;
border: 0;
vertical-align: baseline;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

0 comments on commit 708e8ca

Please sign in to comment.