Commit a639846a by Daniel Naranjo Committed by Daniel Naranjo

Reemplace property min-width value

The min-width property accept only values <length> | <percentage> | inherit. to reset better set to 0.
Properties documentation: https://www.w3.org/TR/CSS2/visudet.html#min-max-widths

This error generates an invalid style, and, therefore, this value is set to 760px by: https://github.com/edx/edx-platform/blob/master/lms/static/sass/course/courseware/_courseware.scss#L50
parent d8af9524
......@@ -72,7 +72,7 @@ body.view-in-course {
// post-container footer (creative commons)
.container-footer {
max-width: none;
min-width: none;
min-width: 0;
width: auto;
}
......
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