Merge pull request #941 from dod-ccpo/long-totals-box

Fix Totals Box display on IE11
This commit is contained in:
montana-mil
2019-06-18 14:41:03 -04:00
committed by GitHub

View File

@@ -64,7 +64,7 @@
margin-left: $gap * 6; margin-left: $gap * 6;
margin-top: $gap * 3; margin-top: $gap * 3;
width: 35%; width: 35%;
height: fit-content; display: table;
background-color: $color-gray-lightest; background-color: $color-gray-lightest;
} }