mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(theming): Remove leftover antd5 prefix (#34188)
This commit is contained in:
committed by
GitHub
parent
e8926f177d
commit
f756cee01b
@@ -926,7 +926,7 @@ const SqlEditor: FC<Props> = ({
|
||||
css={css`
|
||||
margin-bottom: ${theme.sizeUnit * 2}px;
|
||||
padding-top: ${theme.sizeUnit * 4}px;
|
||||
.antd5-alert-action {
|
||||
.ant-alert-action {
|
||||
align-self: center;
|
||||
}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user