UX: better card alignment (#25720)

This commit is contained in:
chapoi 2024-02-16 17:00:55 +02:00 committed by GitHub
parent a24d110258
commit 5b9eac00b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
&__description {
@include line-clamp(2);
align-self: flex-start;
color: var(--primary-medium);
padding-top: 0.5rem;
grid-area: description;