Basic properties for spells are broken (in german i18n) #51
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#51
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When using the german translation, the labels and inputs for spelltype and spellbonus overlap in the itemsheet.
Steps to Reproduce
Expected Behavior
There are no visual glitches, in particular the labels / inputs do not overlap as described above
Actual Behavior
The labels and inputs for spelltype and spellbonus overlap
Additional Details
Possible Solutions
Consider using a flexbox instead of grid for the basic properties. This is already being done in the character sheet and and character sheet.