Closed Skyonave closed 1 year ago
I want to achieve this behavior
Adding display: Display.inlineBlock
to your style will get you what you are looking for. We don't currently support borderRadius (but I anticipate we will soon).
Adding
display: Display.inlineBlock
to your style will get you what you are looking for. We don't currently support borderRadius (but I anticipate we will soon).
I tried using Display.INLINE_BLOCK. It didn't help me
You'll need to migrate to the latest version: 3.0.0-beta.1
@Sub6Resources is there a way to apply borderRadius using style to a paragraph or anchor?
Border radius is not currently supported.
Thank you for the quick response @Sub6Resources
Hello guys. Please tell me why the border/padding/margin is not working on
<span></span>
? And how can I fix it without moving everything to the next line on the right?