fix: Upsize LTI Discussions iframe, 400px -> 800px

Otherwise, there's too much scrolling.

Fixes: https://openedx.atlassian.net/browse/TNL-7996
This commit is contained in:
stvn
2021-02-25 18:52:46 -08:00
parent 2ffa80cb6f
commit 09e20a4a75

View File

@@ -143,7 +143,7 @@ class LtiCourseLaunchMixin:
"""
#lti-tab-embed {
width: 100%;
min-height: 400px;
min-height: 800px;
border: none;
}
"""