fixed section paddings in form gallery 2

This commit is contained in:
mushka-n 2023-11-01 16:06:20 +03:00
parent 876fce3224
commit 7011df3ae9

View File

@ -144,8 +144,8 @@ const commonStyles = css`
isFormGallery &&
css`
padding: ${theme.interfaceDirection === "rtl"
? "0px 20px 20px 1px"
: "0px 1px 20px 20px"} !important;
? "0 16px 20px 0"
: "0 0 20px 16px"} !important;
`}
}