Skip to content

Commit

Permalink
fix(footer.less): Footer column width now matches header column width.
Browse files Browse the repository at this point in the history
Removed flex-direction attribute which was causing issues.

fix #6654
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Apr 5, 2018
1 parent 1972dcc commit 3134f77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
.ui-grid-footer-viewport,
.ui-grid-footer-canvas {
display: flex;
flex-direction: column;
flex: 1 1 auto;
height: 100%;
}
Expand Down

0 comments on commit 3134f77

Please sign in to comment.