mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
[sql lab] using react-split-pane (#3363)
* [sql lab] using react-split-pane * padding
This commit is contained in:
committed by
GitHub
parent
2d237fe2ef
commit
aff7a82664
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user