mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
Add 2px gap between label and info icon
This commit is contained in:
parent
3967e56c5c
commit
3ad495b47f
@ -133,7 +133,7 @@ const MUIIconPicker: FC<MUIIconPickerProps> = ({
|
||||
return (
|
||||
<FormControl component="fieldset" disabled={disabled}>
|
||||
{label && (
|
||||
<Box sx={{ display: 'inline-flex' }}>
|
||||
<Box sx={{ display: 'inline-flex', gap: '2px' }}>
|
||||
<FormLabel>{label}</FormLabel>
|
||||
{toolTip}
|
||||
</Box>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user