Skip to content

Commit

Permalink
Fixing the rendering of the separator widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 12, 2016
1 parent e243a14 commit f64436f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions caravel/assets/visualizations/markup.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.markup .slice_container {
padding: 10px;
}
.separator {
background-color: transparent !important;
}
.separator hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.separator .chart-header {
border: none !important;
}

0 comments on commit f64436f

Please sign in to comment.