From 2ed389c7b0041c2d0b194221a43fa087a6bc5b0b Mon Sep 17 00:00:00 2001 From: Harry Rein Date: Fri, 22 Sep 2017 15:00:51 -0400 Subject: [PATCH] Fix issue with stacking on learner profile. --- lms/static/sass/features/_learner-profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss index dfe8fd9688..e4e579e4bd 100644 --- a/lms/static/sass/features/_learner-profile.scss +++ b/lms/static/sass/features/_learner-profile.scss @@ -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; } }