-
Notifications
You must be signed in to change notification settings - Fork 34
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
PLANET-7660: Fix checkbox mark alignement #2441
base: main
Are you sure you want to change the base?
Conversation
/unhold 359683c9-1016-4e78-adfa-083712c6cf29
Test instance is ready 🚀🌑 rhea | admin | blocks report | CircleCI | composer-local.json ⌚ 2024.11.15 07:46:33 |
@@ -6,6 +6,9 @@ $large-width: 992px; | |||
$extra-large-width: 1200px; | |||
$extra-extra-large-width: 1600px; | |||
|
|||
// Override html selectors | |||
$checkbox-size: 20px; |
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.
Using this value as variable since it's being used in both files. It will avoid to hve conflict with sizes.
a21859f
to
b85ea4a
Compare
/unhold 72f9d0f7-6e75-4317-a1b0-c20b44c1841e
/unhold bd96f132-d795-49c1-ae0f-57c6747fa3b3
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.
The issue isn't solved on the Search page, and also not in the form that I've added to your test page. It also still looks broken if the comments checkbox label is only one line long:
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.
@GP-Dan-Tovbein, in the testing instance I see well the checkbox in the comments box, but not in the form:
Thanks both! I've just noticed that the issue is fixed where the text is 2 lines. We need to be sure that it might works for N lines |
Ref: https://jira.greenpeace.org/browse/PLANET-7660
Testing
Navigate through this page and click on "I agree on providing my name, email and content so that my comment can be stored and displayed in the website." checkbox. The mark should be correctly aligned.