Closed Hlavtox closed 3 years ago
Questions | Answers |
---|---|
Description? | I tweaked the styles of Prestashop switches, to fix their misalignment and make them more precise, on any level of zoom. Related to https://github.com/PrestaShop/PrestaShop/pull/25087. |
Type? | bug fix |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | Partially Fixes https://github.com/PrestaShop/PrestaShop/issues/25063, do not close. |
How to test? | Apply PR and check that forms look better. |
Possible impacts? | - |
Hello @Hlavtox
The switch are well aligned:
LGTM, QA :heavy_check_mark:
Thanks!
@Hlavtox please run stylelint (npm run scss-fix), I won't merge without this :)
I think these issues are linked with the fact that we updated our rules but didn't run the fix everywhere
@NeOMakinG Style fixed and squashed
@PrestaShop/prestashop-core-developers It's mergeable, it was just about linters
Thanks @Hlavtox & @hibatallahAouadni