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
commit 4c65c58bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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