Hi-- My group and I noticed that the CSS for the community CWOD-Hunter sheets isn't being rendered in like the CWOD-Vampire. Looking at it, it seems similar enough, but the style tag is empty. Any hints as to why that might be? I checked the sheet.json, I do see that hunter has a roll20userid field. Could that break it? Do I need to add a translation.json ? Doesn't look like it, but I may try. I'm going to do some cleanup anyway, possibly convert it to a grid CSS, so I thought I'd fix that too. CWOD-Hunter sheet <style type="text/css" title="charsheet"></style> CWOD-Vampire sheet <style type="text/css" title="charsheet">.charsheet label {
display: inline-block;
width: 93px;
text-align: right;
padding-bottom: 0px;
padding-right: 0px;
}
</style>