Hiya, Not sure where to submit this, I have also raised a support ticket. I've ended up with an odd situation. In GitHub I have a line of code: <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: <a href="https://github.com/brookesi/roll20-character-sheets/blob/master/Mongoose_Traveller2e/MongooseTraveller.html" rel="nofollow">https://github.com/brookesi/roll20-character-sheets/blob/master/Mongoose_Traveller2e/MongooseTraveller.html</a> Obviously it all worked in testing so I don't think there are any e.g. weird unprintable characters or something... Anyone know who I can escalate this to? Regards, Coryphon PS I know it's an inline style, I am stripping them out! However code submitted and merged to GitHub should be what ends up in-game...