You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ModalPage): rm CSS padding prop in desktop (#8790)
Заменил безопасные отступы с `padding` на ограничение `max-block-size`/`max-inline-size` через `calc(<value> - 16 * 2)`.
В связи с этим удалил лишний брейкпоинт `@media (max-height: 672px)`, который до этого рассчитывал на `padding-block` если экран `> 672px`.
0 commit comments