From 3134f77b3dc659e172a5cda67ef7c45528a3ea3a Mon Sep 17 00:00:00 2001 From: "Portugal, Marcelo" Date: Thu, 5 Apr 2018 08:29:15 -0400 Subject: [PATCH] fix(footer.less): Footer column width now matches header column width. Removed flex-direction attribute which was causing issues. fix #6654 --- src/less/footer.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/less/footer.less b/src/less/footer.less index 9ee254cacf..2bb4c47f51 100644 --- a/src/less/footer.less +++ b/src/less/footer.less @@ -30,7 +30,6 @@ .ui-grid-footer-viewport, .ui-grid-footer-canvas { display: flex; - flex-direction: column; flex: 1 1 auto; height: 100%; }