Trouble Updating Answers CSS: justify-content

Hey Team,

Having an unusual problem trying to update one of my answers experiences -

I added this code to the answers.css:

.HitchhikersProductProminentImage-contentWrapper {
justify-content: flex-start;

}

To fix an issue where justify-content: space-between; is causing obnoxiously large spaces.

However, whenever I reload the preview or commit the code - justify-content for that class is still space-between - it seems like something is overriding it or it’s not in a place in the code that it can take effect. I’ve tried moving it in and out of the .Answers {} wrapper, and verifying there are no other modifications to that css that might be conflicting with it - but no luck so far.

Any ideas? I can provide the session link upon request - but wasn’t sure if posting them in the forum was a common practice

Hey team! As of 4/26 this started working - not sure if I changed anything in particular, but looks like the code is working as intended now!