[sql lab] using react-split-pane (#3363)

* [sql lab] using react-split-pane

* padding
This commit is contained in:
Maxime Beauchemin
2017-08-27 15:01:24 -07:00
committed by GitHub
parent 2d237fe2ef
commit aff7a82664
6 changed files with 81 additions and 82 deletions

View File

@@ -130,9 +130,6 @@ div.Workspace {
display: inline-block;
background-color: #ccc;
}
.Pane2 {
width: 0;
}
.running {
background-color: lime;
color: black;
@@ -292,3 +289,6 @@ a.Link {
.tooltip-inner {
max-width: 500px;
}
.SouthPane {
margin-top: 10px;
}