Skip to content

fix: Uneven space around BEGIN button#208

Open
Ayush4958 wants to merge 2 commits into
m-lab:mainfrom
Ayush4958:main
Open

fix: Uneven space around BEGIN button#208
Ayush4958 wants to merge 2 commits into
m-lab:mainfrom
Ayush4958:main

Conversation

@Ayush4958

@Ayush4958 Ayush4958 commented Mar 2, 2026

Copy link
Copy Markdown

Solution

Increases the margin from the bottom of the component which manages the uneven space around it

Checks

Also checked in the responsive manner.

Preview

image

This change is Reviewable

@robertodauria

Copy link
Copy Markdown
Contributor

Thanks for working on this! The spacing issue is real, but I think the fix should address the root cause rather than work around it with a margin.

I think the actual problem is that the "Please agree to the data policy" message is laid out side-by-side with the BEGIN button (via the .row/.col-6 grid). That looks awkward - the message floats to the right of the button with mismatched vertical alignment.

A better fix would be to remove the .row/.col-6 wrapper around the button and privacy message entirely, and just stack them vertically. That would naturally fix the spacing without needing a magic 34px margin.

@Ayush4958

Copy link
Copy Markdown
Author

Yes you are right ,
I will go with the vertical alignment for the
"Please agree data policy" msg

@bassosimone bassosimone changed the title FIX: Uneven space around BEGIN button fix: Uneven space around BEGIN button Mar 4, 2026
@Ayush4958

Copy link
Copy Markdown
Author

I had done the alignment fix without removing the wrapper ,
just modify it's flex-direction to column

image

Signed-off-by: Ayush <bhandariayush935@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants