Skip to content

Commit a939764

Browse files
committed
fix vertical drift in multi-select mode
1 parent fceaf56 commit a939764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-components/src/components/Select

packages/react-components/src/components/Select/Select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
min-width: 0;
143143
display: flex;
144144
align-items: center;
145-
padding: var(--layout-padding-small);
145+
padding: calc(var(--layout-padding-small) - 0.5px);
146146
padding-right: 2.5rem;
147147
pointer-events: none;
148148
}

0 commit comments

Comments
 (0)