-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Alanna Scott
authored
Jan 12, 2017
1 parent
9c6a579
commit fc74fbe
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,8 @@ | |
margin-top: 0px; | ||
margin-right: 3px; | ||
} | ||
|
||
.control-panel-section { | ||
margin-bottom: 0px; | ||
box-shadow: none; | ||
} |