mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Prevent long words in .card-title
s from breaking auto layout
This commit is contained in:
parent
ea1d69c64b
commit
2075610491
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
.card-title {
|
.card-title {
|
||||||
margin-bottom: $card-spacer-y;
|
margin-bottom: $card-spacer-y;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-subtitle {
|
.card-subtitle {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user