Commit 91a76c8d by Tyler Hallada Committed by GitHub

Merge pull request #560 from edx/thallada/course-home-columns-fix

Add -moz prefixed css column styles
parents 8eadf37d 385c4e19
......@@ -402,7 +402,9 @@ body.view-dashboard {
.course-home-table-outer {
columns: 3;
-moz-columns: 3;
column-width: $bp-screen-lg / 3;
-moz-column-width: $bp-screen-lg / 3;
header.heading-outer {
display: table;
......
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