Web: Components: Theme: Fixed padding for DropDownItem component

This commit is contained in:
Ilya Oleshko 2022-09-12 18:49:30 +03:00
parent 9fcccfaa42
commit ed23129747

View File

@ -1352,7 +1352,8 @@ const Base = {
maxWidth: "500px",
border: "0px",
margin: "0px",
padding: "0px 16px",
padding: "0px 12px",
tabletPadding: "0px 16px",
lineHeight: "32px",
tabletLineHeight: "36px",