Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Fix chart-details page overflowing (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
remstos authored and prydonius committed Jul 26, 2017
1 parent 94618a9 commit 2188677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/app/chart-details/chart-details.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ $icon-height: 150px;
}

&__content {
width: 100%;
max-width: $layout-max-width;
margin: auto;
display: flex;
Expand Down

0 comments on commit 2188677

Please sign in to comment.