mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fixed height on assignment edit page
This commit is contained in:
@@ -55,14 +55,14 @@
|
||||
}
|
||||
|
||||
}
|
||||
<div style="height: 100vh;" class="m-0 p-1">
|
||||
@if (loading)
|
||||
{
|
||||
<Spinner />
|
||||
}
|
||||
<div style="height: 100vh;" class="m-0 p-1 d-flex flex-row">
|
||||
@if (loading)
|
||||
{
|
||||
<Spinner />
|
||||
}
|
||||
|
||||
@if (planner.LocalCourse != null && assignmentContext.Assignment != null)
|
||||
{
|
||||
<AssignmentForm />
|
||||
}
|
||||
@if (planner.LocalCourse != null && assignmentContext.Assignment != null)
|
||||
{
|
||||
<AssignmentForm />
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user