Merge branch '032-fix-editor-in-item-sheets' into 'master'

fix height of editor in item sheets

Closes #32

See merge request dungeonslayers/ds4!31
This commit is contained in:
Johannes Loher 2021-01-07 04:16:38 +01:00
commit cad0d74522
2 changed files with 5 additions and 1 deletions

2
package-lock.json generated
View file

@ -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": {

View file

@ -33,6 +33,10 @@
}
}
.description {
height: 100%;
}
.sheet-body .tab .editor {
height: 100%;
}