Skip to content

Geo Nodes - Fix flex alignment

Zack Cuddy requested to merge 334391-geo-fix-flex-spacing into master

What does this MR do and why?

Closes #334391 (closed)

This MR fixes some flex-box alignment issues with the Node Header and Node Replication Counts. Since we didn't define the flex-basis: 0, the space wasn't consistent between the columns causing things to look shifted.

Screenshots or screen recordings

Before After
Desktop Before_Desktop After_Desktop
Mobile Before_Mobile After_Mobile

How to set up and validate locally

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

  1. Setup a Geo GDK via the docs
  2. Navigate to admin/geo/nodes
  3. Ensure spacing looks consistent at all screen widths for these sections.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #334391 (closed)

Edited by Zack Cuddy

Merge request reports