Skip to content

Fix prominent create board button alignment

Jack Chapman requested to merge fix-prominent-create-board-button-alignment into master

What does this MR do and why?

When a scrollbar appears in the search bar on a board (due to the window width being too small, the experimental prominent create board button alignment is incorrect. This change makes the button align with the top of the container, rather than the center to keep the alignment consistent. See screenshots for example.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-04-16_at_10.29.13 Screenshot_2024-04-16_at_10.28.58

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

I was able to enable the feature flag for the experimental prominent create board button, but the button wouldn't appear for me.

You can see the problem this board and then use the browser devtools to edit the class changed in this MR.

Merge request reports