Skip to content

Commit

Permalink
Prevent long words in .card-titles from breaking auto layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 16, 2017
1 parent ea1d69c commit 2075610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.card-title {
margin-bottom: $card-spacer-y;
word-break: break-all;
}

.card-subtitle {
Expand Down

0 comments on commit 2075610

Please sign in to comment.