mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Fixed characterCreation experience description
This commit is contained in:
parent
ea40be45d3
commit
57e8c1bc75
2 changed files with 2 additions and 1 deletions
|
|
@ -292,6 +292,7 @@
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
border-color: light-dark(@dark-blue, @golden);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="experience-value">{{numberFormat this.value sign=true}}</div>
|
<div class="experience-value">{{numberFormat this.value sign=true}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<textarea name="system.experiences.{{key}}.description">{{experience.description}}</textarea>
|
<textarea name="{{concat "experiences." id ".description"}}">{{experience.description}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue