mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
[Fix] selecting multiclass and multiple sheet issues (#1884)
* Fix error with adding multiclass * Make it more card like * Fix issues with responsiveness when resized * Fix cards spilling out of container when multiple lines * Remove mask and fix regression in scrollbar
This commit is contained in:
parent
855f4549ec
commit
dd2aa10871
8 changed files with 90 additions and 85 deletions
|
|
@ -802,6 +802,7 @@
|
|||
|
||||
.preview-image-container {
|
||||
width: 100%;
|
||||
min-height: 0;
|
||||
flex-grow: 1;
|
||||
object-fit: cover;
|
||||
border-radius: 4px 4px 0 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue