mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix: adjusted tab height (#13822)
This commit is contained in:
@@ -33,7 +33,7 @@ import {
|
||||
LOCALSTORAGE_MAX_QUERY_AGE_MS,
|
||||
} from '../../constants';
|
||||
|
||||
const TAB_HEIGHT = 64;
|
||||
const TAB_HEIGHT = 90;
|
||||
|
||||
/*
|
||||
editorQueries are queries executed by users passed from SqlEditor component
|
||||
@@ -63,7 +63,6 @@ const StyledPane = styled.div`
|
||||
flex-direction: column;
|
||||
}
|
||||
.tab-content {
|
||||
overflow: hidden;
|
||||
.alert {
|
||||
margin-top: ${({ theme }) => theme.gridUnit * 2}px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user