Skip to content
Commit 7d16c3fd authored by David Rothstein's avatar David Rothstein
Browse files

Remove a seemingly harmless "display: none" in CSS.

Incredibly, this CSS managed to break Drupal's tabledrag on the filter rearrange form; tabledrag.js started interpreting the table row with the
operator dropdown in each filter group (the one that is aligned left and spans all the other rows) as having a row height equal to its actual
height (around 90px), rather than 0.5px as it was interpreted before. This prevented you from dragging to any of the rows in the top half of the
filter group.

Since the "display: none" was only there to fix a 1px gap, we'll remove it and live with the 1px gap for now :)
parent 2611343f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment