allow card titles to wrap
This commit is contained in:
parent
0fe07b05c0
commit
b47b52cf97
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
|
||||
.card__title {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
font-size: var(--font-title);
|
||||
font-weight: var(--font-weight-light);
|
||||
|
|
Loading…
Add table
Reference in a new issue