mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE-137): remove unnecessary padding from SelectInput for improved layout
This commit is contained in:
@@ -222,7 +222,7 @@ const SelectInput = <T extends OptionType>(props: SelectInputProps<T>) => {
|
||||
}
|
||||
)}
|
||||
>
|
||||
<div className='flex-1 px-4! py-2! gap-1 flex items-center'>
|
||||
<div className='flex-1 px-4! gap-1 flex items-center'>
|
||||
{startAdornment}
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user