Alig96
Alig96
I'm also having this issue. I assume there's something about Bulma that is conflicting, since I also have Bulma installed.
I've narrowed down the issue to the pre CodeMirror-line. It is inheriting from Bulma: `margin-bottom: 1em;` As a temporary fix for bulma, I've inserted this slot of code and the...
This is where i got the selector from: https://i.gyazo.com/3848bac2c7aabd696b10fef42ff03c82.png The Bulma selector seems to have a higher precedence than any rule I try to apply to `.CodeMirror pre` Fix: ```...