Styled text missing spaces in Accordion button #41178
Unanswered
angely-dev
asked this question in
General
Replies: 1 comment
-
It's due to the flexbox rules on the accordion button. To fix it I'd suggest adding the class Accordion Item #1 <span class="fw-bold mx-1">Bold text.</span> <span class="fst-italic mx-1">Italic text.</span> |
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,
JSFiddle: https://jsfiddle.net/z6vo594y/
I'm using accordion component as per the doc:
But this results in:
It seems there are missing spaces between the normal text and styled text.
Is this normal behavior? Note this works well with normal button:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions