Page MenuHomePhabricator

Recent changes min-height pushes content down unnecesarily
Closed, ResolvedPublic

Description

At the bottom of the group of filter-related controls (in blue in the image) there is a gap because of a min-height rule. This makes the list of recent changes to be pushed down.

Screen Shot 2017-07-31 at 19.49.34.png (1×1 px, 554 KB)

Removing the rule in the browser gets rid of the unnecessary space:

Screen Shot 2017-07-31 at 19.49.42.png (1×1 px, 604 KB)

The real fix may be more complex than it sounds since that rule was probably added for some reason.

Event Timeline

Yeah, it is there to prevent the list of results from jumping down after load. We can decrease the min height again, since it probably happened now because we removed more things from the fieldset and made it smaller...

Petar.petkovic claimed this task.
Petar.petkovic subscribed.

Closing this ticket, because the issue is resolved in T173265.