Revert "[sql lab] Make sql editor resizable (#3242)" (#3360)

This reverts commit 75e69f02e8.
This commit is contained in:
Maxime Beauchemin
2017-08-23 14:40:08 -07:00
committed by GitHub
parent 0c36827368
commit 46d60880eb
10 changed files with 40 additions and 359 deletions

View File

@@ -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;
}