From 5dfdd97416f72dbd086936bfe865db0fd7d1c5dd Mon Sep 17 00:00:00 2001 From: Blackbaud-SteveBrush Date: Wed, 27 Sep 2017 17:16:39 -0400 Subject: [PATCH] Fixed padding in ie11 for tile dashboard --- .../tile-dashboard-column/tile-dashboard-column.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss b/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss index ebb7506fe..82f44e643 100644 --- a/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss +++ b/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.scss @@ -5,7 +5,6 @@ // Make all columns within a tile dashboard the same width. flex-grow: 1; - flex-shrink: 0; // flex-basis is set in the template based on the number of columns in the dashboard. overflow: hidden;