mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
This reverts commit 75e69f02e8.
This commit is contained in:
committed by
GitHub
parent
0c36827368
commit
46d60880eb
@@ -31,40 +31,6 @@ body {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.DragBar {
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.DragBarVisible {
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background-color: #ccc;
|
||||
cursor: row-resize;
|
||||
}
|
||||
.Splitter {
|
||||
height: 100%;
|
||||
}
|
||||
.SqlEditor .SouthPane{
|
||||
height:100%;
|
||||
}
|
||||
.SqlEditor .SouthPane .Tabs{
|
||||
height:100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.SqlEditor .SouthPane .Tabs .tab-content{
|
||||
height:100%;
|
||||
display: flex;
|
||||
flex: 1 1;
|
||||
}
|
||||
.SqlEditor .SouthPane .Tabs .tab-pane{
|
||||
width:100%;
|
||||
}
|
||||
.SqlEditor .QueryHistoryWrapper{
|
||||
height: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.scrollbar-container {
|
||||
position: relative;
|
||||
@@ -271,8 +237,8 @@ div.tablePopover:hover {
|
||||
padding-top: 3px;
|
||||
}
|
||||
.ace_editor {
|
||||
border: 1px solid #ccc;
|
||||
margin: 0px 0px 10px 0px;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.Select-menu-outer {
|
||||
@@ -287,10 +253,6 @@ div.tablePopover:hover {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.NorthPane {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.TableElement {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user