fix height of editor in item sheets
This commit is contained in:
parent
a9fa91b04e
commit
18a475dd8f
2 changed files with 5 additions and 1 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -2702,7 +2702,7 @@
|
|||
}
|
||||
},
|
||||
"foundry-pc-types": {
|
||||
"version": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#4e20e5c9cb1b3cd2e44555d7acfa89a3cf63f6ce",
|
||||
"version": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f84074f63d1aeeb9229e441e8c3ccaa9cba64142",
|
||||
"from": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue