Open siliconforks opened 1 month ago
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...
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 e2407ee9405f79899270765a5dc40117fb9add3d added min-height: auto !important;
which overrides this...
Looks like we can fix it with more specific CSS for .quicktags-toolbar input
Ref: https://github.com/littlebizzy/hovercraft/commit/84e84d1a8d9392d136684e640a2fd6ecf92cb8bb Ref: https://github.com/littlebizzy/hovercraft/commit/998dc769e594f70b9226dd2118a77be03e48e969
Not a fan of unnecessary !important
but safer for now...
For an example, look at the form on https://slickstack.io/forum
It looks like they disappeared with commit e2407ee9405f79899270765a5dc40117fb9add3d about a month ago.