Merge pull request #888 from dod-ccpo/table-spacing

Fix spacing overflow point
This commit is contained in:
George Drummond
2019-06-12 09:34:07 -04:00
committed by GitHub

View File

@@ -42,5 +42,6 @@
&.col--grow {
flex: 1;
flex-grow: 1;
padding-right: $spacing-small;
}
}