Skip to content

Commit fac5cb1

Browse files
committed
Switch to using the lg break point for determining when to move the
problem render below the problem fields on the set detail page.
1 parent dfedebf commit fac5cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/ContentGenerator/Instructor/ProblemSetDetail.html.ep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,15 @@
621621
% }
622622
</div>
623623
<div class="row">
624-
<div class="col-md-5">
624+
<div class="col-lg-5">
625625
<%= $c->fieldTable(
626626
$userToShow, $setID, $problemID,
627627
$globalProblems->{$problemID},
628628
$problemToShow,
629629
$setRecord->assignment_type
630630
) =%>
631631
</div>
632-
<div class="font-sm col-md-7">
632+
<div class="font-sm col-lg-7">
633633
% if ($repeatFile) {
634634
<div class="alert alert-danger p-1 mb-2 fw-bold"><%= $repeatFile %></div>
635635
% }

0 commit comments

Comments
 (0)