Skip to content

Commit

Permalink
Merge pull request #2868 from epwinchell/c_and_u_styling
Browse files Browse the repository at this point in the history
Fix Cap & U card positioning
  • Loading branch information
mzazrivec authored Nov 30, 2017
2 parents 03b63a4 + 9074a37 commit d47885f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/_perf_charts.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- if !perf_parent?
- if charts && chart_data.length > 0
.row.cards-pf
.spacer
- (0..chart_data.length - 1).each do |c|
- unless charts[c][:type] == "None" || chart_data[c].nil?
- chart_render = render(:partial => '/layouts/perf_chart',
Expand Down

0 comments on commit d47885f

Please sign in to comment.