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.

| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Screen Shot 2013-12-19 at 20.15.18.png | 26.26 KB | wim leers |
| Screen Shot 2013-12-03 at 22.48.30.png | 68.31 KB | Bojhan |
Comments
Comment #1
Bojhan commentedComment #2
wim leersConfirmed — this has been the case forever. I saw it too yesterday. This definitely needs to get fixed.
Comment #3
wim leersThe 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.
Comment #4
wim leersThis is the best I can do: http://drupalcode.org/project/edit.git/commit/4f8d17c.
Comment #5
wim leersScreenshot showing the fix:
Comment #6
wim leers