Commit a5237c1b by clrux

Merge pull request #12349 from edx/clrux/rc-2016-05-03-display_issue

Overriding display table-cell on instructor dashboard
parents b4f3398b 433a9def
......@@ -140,6 +140,7 @@
// ====================
.instructor-dashboard-content-2 {
@extend .content;
display: block; // override the table-cell display set in .content
width: 100%;
padding: 40px;
......
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