aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-04-16 13:54:48 -0700
committerMark Otto <[email protected]>2017-04-16 14:02:12 -0700
commit207561049110063692af12dc91ed4e743791de59 (patch)
tree1ad92bed848cbc2630c115cf519cf53be55c4ac2
parentea1d69c64be168bb644ae9fc4450a5c85b51609b (diff)
downloadbootstrap-207561049110063692af12dc91ed4e743791de59.tar.xz
bootstrap-207561049110063692af12dc91ed4e743791de59.zip
Prevent long words in `.card-title`s from breaking auto layout
-rw-r--r--scss/_card.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 67d4ebf1f..6b877e1d3 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -20,6 +20,7 @@
.card-title {
margin-bottom: $card-spacer-y;
+ word-break: break-all;
}
.card-subtitle {