-
Notifications
You must be signed in to change notification settings - Fork 186
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
fix(Flex): add margin auto offset #7426
Conversation
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e2e tests |
👀 Docs deployed
Commit c198ef0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7426 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 375 375
Lines 11133 11133
Branches 3650 3650
=======================================
Hits 10519 10519
Misses 614 614
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix(Flex): margin auto offset * CHORE: Update screenshots --------- Co-authored-by: GitHub Action <actions@github.com>
✅ v6.5.2 🎉 |
Описание
Из-за того, что по умолчанию
--vkui_internal--row_gap
и--vkui_internal--column_gap
устанавливались в0
, то при их участии в расчете черезcalc
свойствоmargin
рассчитывалось неверно (отсутствовали отступы сверху-слева)Изменения
Инициализируем значения как
0px