Commit 433a9def by Chris Rodriguez

Overriding display table-cell on instructor dashboard

parent 45088db8
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
// ==================== // ====================
.instructor-dashboard-content-2 { .instructor-dashboard-content-2 {
@extend .content; @extend .content;
display: block; // override the table-cell display set in .content
width: 100%; width: 100%;
padding: 40px; padding: 40px;
...@@ -2325,4 +2326,4 @@ input[name="subject"] { ...@@ -2325,4 +2326,4 @@ input[name="subject"] {
border: 1px solid $lightGrey1; border: 1px solid $lightGrey1;
cursor: not-allowed; cursor: not-allowed;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment