Skip to content

Commit

Permalink
fix(card): word-wrap overflowing with long strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed May 7, 2019
1 parent 9c8f18f commit 8b75f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/views/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
box-shadow: @boxShadow;
transition: @transition;
z-index: @zIndex;
word-wrap: break-word;
}
.ui.card {
margin: @margin;
Expand Down

0 comments on commit 8b75f0f

Please sign in to comment.