Skip to content
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

bbPress toolbar buttons disappeared #37

Open
siliconforks opened this issue Sep 13, 2024 · 3 comments
Open

bbPress toolbar buttons disappeared #37

siliconforks opened this issue Sep 13, 2024 · 3 comments

Comments

@siliconforks
Copy link

For an example, look at the form on https://slickstack.io/forum

bbpress

It looks like they disappeared with commit e2407ee about a month ago.

@jessuppi
Copy link
Member

Thank you @siliconforks

Hmm maybe it needs a fixed height or something? A lot of bbPress stuff is hardcoded and not easy to play with...

@siliconforks
Copy link
Author

The bbPress default CSS is complicated, but it has a min-height value specified which seems to be necessary for the button to display correctly. Unfortunately e2407ee added min-height: auto !important; which overrides this...

@jessuppi
Copy link
Member

Looks like we can fix it with more specific CSS for .quicktags-toolbar input

Ref: 84e84d1
Ref: 998dc76

Not a fan of unnecessary !important but safer for now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants