Commit c1bdc75c by Diana Huang Committed by GitHub

Merge pull request #16080 from edx/HarryRein/profile-section-stacking-issue

LEARNER-2649: Fix issue with stacking on learner profile.
parents ab44ea2b 2ed389c7
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment