-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Styles Search UI inside Accordion UI. #5330
Comments
I had this issue at one point as well. I ended up not needing to use a search inside of an accordion, but definitely had this issue. It only seems to happen with "styled" accordions. The documentation doesn't say anything about it. I don't think it's that unreasonable of a design choice if you have a form that you'd like to hide behind the accordion. |
See #4928. |
Did anyone find a proper way to fix this without waiting for an official patch? I'm having this issue as well and I would really like to use a search box inside a styled accordion. I tried several hacky things but didn't succeed in anything (my skills in CSS are really basic). |
Hi @cluxter, I added some css style to fix it: .results .result{
padding: 0px !important;
}
.results .result .content{
padding: 0px !important;
} But I don't know if this affects category search or something more. |
The results div styles are affected by the accordion styles, punctually the .title and .content classes
The text was updated successfully, but these errors were encountered: