2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Prevent long words in .card-titles from breaking auto layout

This commit is contained in:
Mark Otto
2017-04-16 13:54:48 -07:00
parent ea1d69c64b
commit 2075610491
+1
View File
@@ -20,6 +20,7 @@
.card-title {
margin-bottom: $card-spacer-y;
word-break: break-all;
}
.card-subtitle {