element.style overriding span css #455
Unanswered
testershaven
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, completyle newby here! Im adding an image in a .mdx
and modifying the css in order to float the image to the left and text on the right
span { float: left; margin-right: 0.75rem; }
However the margin-right is being override by element.style
How can I interact with this element.style ?
Beta Was this translation helpful? Give feedback.
All reactions