Fix spacing overflow point

This commit is contained in:
George Drummond
2019-06-11 13:40:11 -04:00
parent 06f4aeb74d
commit 89ca0ac432

View File

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