Skip to content

Fix filter input alignment

What does this MR do?

If you carefully observe the filter inputs on the issues page and the projects dashboard page, you will notice that those input fields are actually a few pixels lower than the UI elements beside them (More so for the projects dashboard page than the issues page). This MR fixes that alignment issue so that they are aligned to the buttons on their right.

Are there points in the code the reviewer needs to double check?

Shouldn't be

Why was this MR needed?

Improves the existing UI

What are the relevant issue numbers?

Closes #20559 (closed)

Screenshots (if relevant)

Before Screen_Shot_2016-08-02_at_5.42.28_PM

After Screen_Shot_2016-08-02_at_5.49.28_PM

After (with color markings) Screen_Shot_2016-08-02_at_5.49.25_PM

Before Screen_Shot_2016-08-02_at_5.41.19_PM

After Screen_Shot_2016-08-02_at_5.49.47_PM

After (with color markings) Screen_Shot_2016-08-02_at_5.49.58_PM

Does this MR meet the acceptance criteria?

Merge request reports