We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a2ef0 commit 9dba880Copy full SHA for 9dba880
src/views/SubmissionView/index.scss
@@ -0,0 +1,26 @@
1
+@import "@edx/paragon/scss/core/core";
2
+
3
+.assessment-content-layout {
4
+ & > div.content-body {
5
+ height: 100%;
6
+ .row {
7
8
+ }
9
10
+ width: fit-content;
11
+ margin: auto;
12
13
14
+ .content-wrapper {
15
+ min-width: min-content;
16
17
+}
18
19
+@include media-breakpoint-down(sm) {
20
+ .assessment-content-layout {
21
22
+ width: 100%;
23
24
25
26
0 commit comments