Roll20/roll20-character-sheets

Character Sheet Code In Roll20 Different From That Submitted To GitHub (Mongoose Traveller 2E)

brookesi opened this issue · 0 comments

Hiya,

My code for Mongoose Traveller 2E was recently submitted but the in-game HTML is different to the GitHub HTML:

<div style="margin-left: auto;display: flex;align-items: center;margin-right:0;">

However in-game the code is changed to:

<div style="margin-left: auto ; display: ; margin-right: 0">

The display setting of flex has been deleted and the following align-items attribute, so there are wrapping issues...

It is line 4443 of the Mongoose Traveller Sheet 2E: https://github.com/brookesi/roll20-character-sheets/blob/master/Mongoose_Traveller2e/MongooseTraveller.html

Obviously it all worked in testing so I don't think there are any e.g. weird unprintable characters or something...

Could we look into this?

Regards,

Coryphon