Commit 385c4e19 by Tyler Hallada

Add -moz prefixed css column styles

parent 8eadf37d
......@@ -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