mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(explore): Dataset icon remains constant when dragging. (#12761)
* fix: constant icon size * clean up
This commit is contained in:
@@ -89,6 +89,7 @@ const Styles = styled.div`
|
||||
}
|
||||
.dataset-svg {
|
||||
margin-right: ${({ theme }) => 2 * theme.gridUnit}px;
|
||||
flex: none;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user