mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Fix cards spilling out of container when multiple lines
This commit is contained in:
parent
af9546b273
commit
39d238e684
2 changed files with 1 additions and 3 deletions
|
|
@ -114,9 +114,6 @@
|
||||||
|
|
||||||
.card-preview-container {
|
.card-preview-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
|
||||||
|
|
||||||
.card-preview-container {
|
|
||||||
border-color: light-dark(@dark-blue, @golden);
|
border-color: light-dark(@dark-blue, @golden);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -804,6 +804,7 @@
|
||||||
|
|
||||||
.preview-image-container {
|
.preview-image-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue