Fix cards spilling out of container when multiple lines

This commit is contained in:
Carlos Fernandez 2026-05-14 23:49:59 -04:00
parent af9546b273
commit 39d238e684
2 changed files with 1 additions and 3 deletions

View file

@ -114,9 +114,6 @@
.card-preview-container {
flex: 1;
}
.card-preview-container {
border-color: light-dark(@dark-blue, @golden);
}

View file

@ -804,6 +804,7 @@
.preview-image-container {
width: 100%;
min-height: 0;
flex-grow: 1;
object-fit: cover;
border-radius: 4px 4px 0 0;