Skip to content

Commit

Permalink
Fix separator widget CSS (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Apr 14, 2017
1 parent c4ee098 commit baff0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class GridLayout extends React.Component {
id={'slice_' + slice.slice_id}
key={slice.slice_id}
data-slice-id={slice.slice_id}
className="widget"
className={`widget ${slice.form_data.viz_type}`}
>
<SliceCell
slice={slice}
Expand Down

0 comments on commit baff0cb

Please sign in to comment.