Skip to content

Commit

Permalink
ui: make overview section layout consistent
Browse files Browse the repository at this point in the history
Closes #19512.

Release note: None
  • Loading branch information
couchand committed Dec 13, 2017
1 parent a9f2df3 commit 4ddf832
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
.cluster-overview
/* TODO(couchand): Update the layout styles to get rid of this hack. */
margin-top -1 * $page-padding-top
border-bottom 1px solid $table-border-color

.cluster-summary
background-color white
padding-top $page-padding-top
padding-bottom $page-padding-top
padding-left 20px
margin-left 24px
margin-right 24px
border 1px solid $table-border-color

color gray
display grid
align-items end
Expand Down

0 comments on commit 4ddf832

Please sign in to comment.