Skip to content

Conversation

@MilkaZek
Copy link
Collaborator

@MilkaZek MilkaZek commented Oct 31, 2025

I don't think there's an official issue/ticket for this but I remember during our last meeting that Dr. Dhalquist mentioning wanting to fix how the demo name starts below the select button (in the export to excel pop-up) when the browser gets too narrow. I added wrap styling for when the browser is too narrow - see attached screenshot for what it looked like before vs now. If we want it to look differently I can change that as well but this is what I came up with!

Screenshot 2025-10-31 at 4 50 25 PM Screenshot 2025-10-31 at 4 42 01 PM

Copy link
Owner

@dondi dondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good but we have some UA feedback that we can address here


.export-radio-group li
display: flex;
align-items: center;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per UA (user acceptance) feedback, let’s change this to align-items: flex-start

Suggested change
align-items: center;
align-items: flex-start;

This change usually has a side-effect where the radio will then look off when the item is just one line, so…

margin-bottom: 8px;

.export-radio
margin-top: 3px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…maybe not here, but potentially somewhere else, usually when we have top-alignment, one or more items will need margin-top adjustments so that they appear to be centered when the items are short enough for one line

@coveralls
Copy link

Coverage Status

coverage: 80.06%. remained the same
when pulling ef3f34b on milka-export-branch
into 569311d on beta.

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.

4 participants