[explore-v2] make control panel sections and fields more dense (#1954)

* make control panel sections and fields more dense

* remove Panel

* use <Panel> with className prop
This commit is contained in:
Alanna Scott
2017-01-11 21:57:36 -08:00
committed by GitHub
parent 9c6a5793b9
commit fc74fbeeaa
3 changed files with 10 additions and 2 deletions

View File

@@ -25,3 +25,8 @@
margin-top: 0px;
margin-right: 3px;
}
.control-panel-section {
margin-bottom: 0px;
box-shadow: none;
}