The filter tips on a field summary kinda get weird spacing there is loads of space on top? I assume that this is not the way its supposed to be.

Comments

Bojhan’s picture

Issue summary: View changes
wim leers’s picture

Confirmed — this has been the case forever. I saw it too yesterday. This definitely needs to get fixed.

wim leers’s picture

Title: Filter tips spacing is off » Filter tips spacing is off in Bartik
Assigned: Unassigned » wim leers
Issue tags: +Spark, +CSS

The problem is that Bartik's CSS is influencing the styling of the form. That's understandable: ideally we want Seven's CSS to apply to in-place editing forms, but until we have Web Components/Shadow DOM/Scoped CSS or something else along those lines, we can't do that.

So, for now, the only way Edit can fix this is by detecting whether one of Drupal 7's themes is active, and load additional CSS that fixes the problem. Contrib/custom themes will have to do this themselves.

wim leers’s picture

Status: Active » Fixed
wim leers’s picture

Issue summary: View changes
StatusFileSize
new26.26 KB

Screenshot showing the fix:

wim leers’s picture

Version: 7.x-1.0-alpha11 » 7.x-1.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.