mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
fix: [explore][mixed time series chart] when user change size of view query window, query B part will disappear (#20750)
This commit is contained in:
@@ -45,10 +45,12 @@ interface ViewQueryProps {
|
||||
|
||||
const StyledSyntaxContainer = styled.div`
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
`;
|
||||
|
||||
const StyledSyntaxHighlighter = styled(SyntaxHighlighter)`
|
||||
height: calc(100% - 26px); // 100% - clipboard height
|
||||
flex: 1;
|
||||
`;
|
||||
|
||||
const ViewQuery: React.FC<ViewQueryProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user