Skip to content
Snippets Groups Projects
Commit 2ed389c7 authored by Harry Rein's avatar Harry Rein
Browse files

Fix issue with stacking on learner profile.

parent 56676d82
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment