Prevent long words in .card-titles from breaking auto layout
This commit is contained in:
parent
ea1d69c64b
commit
2075610491
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
.card-title {
|
||||
margin-bottom: $card-spacer-y;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.card-subtitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue