Problem with CSS in Version alpha73 #4684
Unanswered
pedrohcmds
asked this question in
Q&A
Replies: 1 comment
-
It's impossible to help you without a repro.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Lately i have upgrade my docussaurus site to version alpha 73, and it broke some CSS rules for different pages. My last example was the most intrigant:
.exMembro{ display: inline-grid; text-align: center; width: 33%; padding: 2rem; margin: auto; }
This was the code, but when i make a build, the display were overwritten to block, as it have ignored the rules.
After this, I added !important to the CSS rule and it worked. Is there any better form to do that? Is there some modification in the css hierarchy?
Beta Was this translation helpful? Give feedback.
All reactions