Skip to content

Commit

Permalink
Fix div.dc-chart rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mtraynham authored and gordonwoodhull committed Dec 1, 2016
1 parent 6e46185 commit 6d5fa91
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style/dc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ $font_sans_serif: 'sans-serif';
stroke-opacity: 0.5;
}

div.dc-chart {
float: left;
}

.dc-chart {
div.& {
float: left;
}
rect {
&.bar {
stroke: none;
Expand Down

0 comments on commit 6d5fa91

Please sign in to comment.