fredhicks / ehp-roll20

2 stars 0 forks source link

Increase pronoun box max-width to allow `They/Them` #1

Closed crimsonknave closed 3 years ago

crimsonknave commented 3 years ago

I really appreciate that there is a section on the roll20 sheet for pronouns! However, when I enter They/Them it's cut off and appears to be They/Then. This doesn't occur if I use all lower case letters, but stylistically I think upper case looks better. image

This includes an override of max-width for the .sheet-pronounbox input selector so it should have no other effects on the rest of the sheet. I set it to 90 as that fixed the issue for me, but it might make sense to increase it to support a trio of pronouns or other pronouns that may be longer.

fredhicks commented 3 years ago

Thanks! I may need to copy this implementation over to my own branch I'm currently working on to make sure it doesn't get clobbered when I submit a pull request up to the roll20 master.

fredhicks commented 3 years ago

Copied the changes into my external master source. Good idea.