Fix text flowed out of card
This commit is contained in:
parent
8ac14d1ea6
commit
1bfe3f5034
1 changed files with 1 additions and 0 deletions
|
@ -1895,6 +1895,7 @@ a:focus-visible .card img {
|
||||||
.meta-container {
|
.meta-container {
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.card .title {
|
.card .title {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
Loading…
Add table
Reference in a new issue