Skip to content

Commit

Permalink
Updated border-box sizing for overlay object (#883)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft authored Jul 23, 2024
1 parent dde6a53 commit ed77ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InputBox/InputBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const InputContainer = styled.div<InputContainerProps>(
borderLeft: `1px solid ${theme.colors["Color/Neutral/Border/colorBorderSubtle"]}`,
boxShadow: "none",
height: sizeMode === "small" ? 26 : 36,
boxSizing: "border-box",
"& .min-icon": {
width: 16,
height: 16,
Expand Down

0 comments on commit ed77ed6

Please sign in to comment.