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

View File

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