mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +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 {
|
.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 {
|
.effect-control-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue