fix "Assign To" on mobile

fixes VICE-4633
flag=react_discussions_post

test plan:
- go to a discussion create/edit page
- append "?embed=true" to the URL
- try to add some sections, save
- it shouldn't crash the page

Change-Id: I76845f102c2a6acc7ef382e2f2804c17f9466f2d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/360379
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Tamás Balogh <tamas.balogh@instructure.com>
Reviewed-by: Daniel Matyas Vincze <daniel.vincze@instructure.com>
Reviewed-by: Janos Csizmas <janos.csizmas@instructure.com>
QA-Review: Mario Hegyi <mario.hegyi@instructure.com>
This commit is contained in:
Adam Molnar 2024-10-18 08:15:31 +00:00 committed by Ádám Molnár
parent 38935d0ec9
commit 7cd6542083
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
-%>
<%= render :partial => "layouts/head" %>
<%= render :partial => 'shared/static_notices' %>
<%= render :partial => 'shared/flash_notices' %>
<body class="<%= (body_classes).uniq.join(" ") %>">
<div id="content" class="ic-Layout-contentMain" role="main">
<%= yield %>