Commit 229d84d1 by Tyler Hallada

Fix the responsiveness of the learner detail page

parent 05040263
<section class="learner-summary-container">
<div class="row">
<div class="col col-3 md-col-3 learner-names" />
<div class="col col-12 sm-col-12 md-col-3 learner-names" />
<% _.each(['learner-enrollment', 'learner-cohort', 'learner-accessed'], function(learnerClass) { %>
<div class="col col-3 md-col-3 <%- learnerClass %>"></div>
<div class="col col-12 sm-col-12 md-col-3 <%- learnerClass %>"></div>
<% }); %>
</div>
</section>
......
......@@ -942,6 +942,10 @@ table.dataTable thead th.sorting_desc:after {
color: $edx-gray-d2;
}
.col {
margin-bottom: $padding-large-vertical;
}
}
// Fix the pattern library border styling
......
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