Description of the issue:
Create the style tag inside the head with the * marker, I specified a display flex and a flex-direction column. Then the styles I defined appeared as text in the document.
Exact URL of the website in question:
Any site, being that you can edit the html code and add the tag inside the head tag.
**Did the issue present with [default Shields settings]
Yes.
(https://support.brave.com/hc/en-us/articles/360023646212-How-do-I-configure-global-and-site-specific-Shields-settings-)?
Does the site function as expected when Shields are turned off?
Yes
Is there a specific Shields configuration that causes the site to break? If so, tell us that configuration. (yes/no):
Does the site work as expected when using Chrome?
I don’t know.
Brave version (check About Brave
):
1.33.106 Chromium: 96.0.4664.110
Just add *{ display:flex;} inside the head tag and the bug should
show.