-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust margin for multi select tiles #34025
Conversation
<% if (model.isMultiSelect) { %> | ||
margin: 10px 30px 0 10px; | ||
<% } %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that this change (replacing padding: 10px 20px 0 20px;
) would remove the previously applied padding any time it's not multi-select?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch I missed that. Added an else but change it to margin
Product Description
Adjust the margins on multi select case tiles so they are more centered.
Before:
After:
Technical Summary
https://dimagi-dev.atlassian.net/browse/USH-4108
Feature Flag
Safety Assurance
Safety story
Visual change only. Tested locally and on staging
Automated test coverage
No
Rollback instructions
Labels & Review