mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
close icon aligned (#14870)
This commit is contained in:
committed by
GitHub
parent
94c86c3837
commit
6cc179b7bf
@@ -114,6 +114,10 @@ const BulkSelectWrapper = styled(Alert)`
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ant-alert-close-icon {
|
||||
margin-top: ${({ theme }) => theme.gridUnit * 1.5}px;
|
||||
}
|
||||
`;
|
||||
|
||||
const bulkSelectColumnConfig = {
|
||||
|
||||
Reference in New Issue
Block a user