mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 17:02:23 +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 (
|
return (
|
||||||
<FormControl component="fieldset" disabled={disabled}>
|
<FormControl component="fieldset" disabled={disabled}>
|
||||||
{label && (
|
{label && (
|
||||||
<Box sx={{ display: 'inline-flex' }}>
|
<Box sx={{ display: 'inline-flex', gap: '2px' }}>
|
||||||
<FormLabel>{label}</FormLabel>
|
<FormLabel>{label}</FormLabel>
|
||||||
{toolTip}
|
{toolTip}
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user