mirror of
https://github.com/apache/superset.git
synced 2026-09-05 23:12:01 +00:00
refactor: Redesigns the Results panel toolbar and enables extensions to contribute toolbar actions (#37255)
This commit is contained in:
@@ -62,6 +62,7 @@ export type QueryPayload = {
|
||||
} & Pick<QueryEditor, 'dbId' | 'catalog' | 'schema' | 'sql'>;
|
||||
|
||||
const Styles = styled.span`
|
||||
display: contents;
|
||||
span[role='img']:not([aria-label='down']) {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user