mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
chore: Update pre-commit packages (#23173)
This commit is contained in:
@@ -134,12 +134,10 @@ const ControlHeader: FC<ControlHeaderProps> = ({
|
||||
<div className="ControlHeader" data-test={`${name}-header`}>
|
||||
<div className="pull-left">
|
||||
<FormLabel
|
||||
css={(theme: SupersetTheme) =>
|
||||
css`
|
||||
margin-bottom: ${theme.gridUnit * 0.5}px;
|
||||
position: relative;
|
||||
`
|
||||
}
|
||||
css={(theme: SupersetTheme) => css`
|
||||
margin-bottom: ${theme.gridUnit * 0.5}px;
|
||||
position: relative;
|
||||
`}
|
||||
>
|
||||
{leftNode && <span>{leftNode}</span>}
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user