Skip to content

Commit

Permalink
Move padding styles back to their original position
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 11, 2024
1 parent 767fde9 commit ca0bdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chakra-components/containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ export const ValueContainer = <
display: isMulti && hasValue && controlShouldRenderValue ? "flex" : "grid",
alignItems: "center",
flex: 1,
paddingY: "2px",
flexWrap: "wrap",
position: "relative",
overflow: "hidden",
py: "2px",
};

const css = chakraStyles?.valueContainer
Expand Down

0 comments on commit ca0bdaa

Please sign in to comment.