mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
UI Fix - Option padding
This commit is contained in:
parent
65530d961b
commit
eb89ef1eeb
2 changed files with 2 additions and 2 deletions
|
|
@ -414,7 +414,7 @@ export const DropdownV2 = ({
|
|||
}),
|
||||
menuList: (provided) => ({
|
||||
...provided,
|
||||
padding: '8px',
|
||||
padding: '0 8px',
|
||||
borderRadius: '8px',
|
||||
// this is needed otherwise :active state doesn't look nice, gap is required
|
||||
display: 'flex',
|
||||
|
|
|
|||
|
|
@ -420,7 +420,7 @@ export const MultiselectV2 = ({
|
|||
}),
|
||||
menuList: (provided) => ({
|
||||
...provided,
|
||||
padding: '4px',
|
||||
padding: '0 4px',
|
||||
// this is needed otherwise :active state doesn't look nice, gap is required
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
|
|
|
|||
Loading…
Reference in a new issue