Author is Aleš Sýkora
Updated: 12. 9. 2022, Added: 12. 9. 2022
Inline SVG bottom padding in Oxygen Code Block
If you use the SVG file inline in Oxygen Builder Code Block element, you may encounter a little padding at the bottom of your code block.
To fix this issue, just add this to your custom CSS stylesheet:
svg {
display: block;
}
Your problem should be fixed 🙂