Skip to content

Commit

Permalink
Fix #928 - Revise summary dashboard stats to stretch according to the…
Browse files Browse the repository at this point in the history
… tallest item (#1086)
  • Loading branch information
maxxcrawford authored Sep 13, 2021
1 parent a9d487d commit 6c13d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/scss/pages/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
padding: 0 $spacing-xs;
border-right: 1px solid #ECECEC;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;

span {
display: block;
Expand Down

0 comments on commit 6c13d70

Please sign in to comment.