Skip to content

Commit

Permalink
fix: border-box削除によるデグレの修正 (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamish123 authored Jan 26, 2024
1 parent f74d057 commit 711c5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ComboBox/MultiComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ const Container = styled.div.attrs(
padding: ${space(0.25)} ${space(0.5)};
cursor: text;
min-width: 20em;
box-sizing: border-box;
@media (prefers-contrast: more) {
border: ${border.highContrast};
Expand Down

0 comments on commit 711c5b0

Please sign in to comment.