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

Commit

Permalink
Fix large gap between rows of chart-list (#642)
Browse files Browse the repository at this point in the history
Remove `flex: 1` so it no longer fills all available space.
Signed-off-by: Dean Coakley <[email protected]>
  • Loading branch information
Dean-Coakley authored and Adnan Abdulhussein committed Sep 9, 2019
1 parent 3b11a2f commit ace0daa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions frontend/src/app/chart-index/chart-index.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
margin: auto;
display: flex;
align-items: center;

app-chart-list {
flex: 1;
}
}
2 changes: 0 additions & 2 deletions frontend/src/app/charts/charts.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ $filters-width: 175px;
border-left: 1px solid $border-color;

app-chart-list {
flex: 1;
display: flex;
padding: 1.5em 0 0 1.5em;
}

Expand Down

0 comments on commit ace0daa

Please sign in to comment.