mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Added a temp fix for status effect rows (#1965)
This commit is contained in:
parent
6448666579
commit
646ebc8bdf
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
}
|
||||
|
||||
.status-effects {
|
||||
// TODO: Remove when the issue https://github.com/foundryvtt/foundryvtt/issues/14410 is resolved and Foundry handles it cleanly themselves.
|
||||
grid-template-rows: min-content;
|
||||
|
||||
.effect-control-container {
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue