-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accordion card header text doesn't wrap #27085
Comments
Hi, is this the one you want to achieve? https://jsbin.com/winuhekise/edit?html,output |
I wrap the button with another div and override the whitespace styling. |
Duplicate of #26954. |
Worked for me. Suprised it hasn't been officially fixed yet, though... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the example provided in the documentation I noticed that when text in the card header is long, the text doesn't wrap, but instead runs off of the card and out of view.
I am able to get it to wrap by removing the "btn" reference from the button's class attributes, but if I do that the styling is completely off.
I have created an example here: https://jsbin.com/felexizalu/edit?html,output
Operating System: Windows 10 Pro V. 1803
Browser: Chrome (latest). Also Microsoft Edge.
-- I don't typically use Github, so I apologize if this is the wrong place to report this issue or if I have missed something obvious. --
The text was updated successfully, but these errors were encountered: