Skip to content

Commit

Permalink
Fix mozilla#3786 Experiment card "Feedback" button is displayed corre…
Browse files Browse the repository at this point in the history
…ctly when there is a subtitle (mozilla#3793)
  • Loading branch information
KhushilMistry authored and johngruen committed Aug 15, 2018
1 parent fa55b85 commit bb33856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/ExperimentRowCard/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

header {
@include flex-container(row, space-between, center);
@include flex-container(row, space-between, flex-start);
margin-bottom: $grid-unit * .5;
width: 100%;
}
Expand Down

0 comments on commit bb33856

Please sign in to comment.