Skip to content

Remove extra space in board cards

Nick Leonard requested to merge nl-board-card-layout into master

What does this MR do and why?

Remove extra space in board cards by changing the following:

  • Shifts action button to small size
  • Minor realignment of header/footer, with button becoming absolute positioned
  • Avoids rendering an empty row when only label == list scope

Also:

  • Makes actions button appear on focus to improve accessibility
  • Adds whitespace: no-wrap to each card attribute to avoid awkward breaks that decouple the value from the key/icon

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
image.png Screenshot 2024-06-13 at 4.08.52 PM.png
image.png Screenshot 2024-06-13 at 4.08.57 PM.png

How to set up and validate locally

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

Edited by Nick Leonard

Merge request reports