forked from GitHub-Mirrors/foundry-sw5e
Merge pull request #5 from VINI1520/patch-4
Fix width size for character at character.less
This commit is contained in:
commit
b0171a80ad
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
/* Basic Structure */
|
/* Basic Structure */
|
||||||
/* ----------------------------------------- */
|
/* ----------------------------------------- */
|
||||||
.sw5e.sheet.actor.character {
|
.sw5e.sheet.actor.character {
|
||||||
min-width: 672px;
|
min-width: 680px;
|
||||||
min-height: 736px;
|
min-height: 736px;
|
||||||
|
|
||||||
/* ----------------------------------------- */
|
/* ----------------------------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue