Fix issue with stacking on learner profile.

This commit is contained in:
Harry Rein
2017-09-22 15:00:51 -04:00
parent 56676d821d
commit 2ed389c7b0

View File

@@ -310,11 +310,11 @@
@include padding($baseline*1.5, 0, $baseline*1.5, 0);
display: flex;
flex-wrap: wrap;
min-width: 0;
@media (max-width: $learner-profile-container-flex) { // Switch to map-get($grid-breakpoints,md) for bootstrap
@include margin-left(0);
flex-wrap: wrap;
}
}