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
This commit is contained in:
committed by
Daniel Naranjo
parent
d8af95246c
commit
a639846a26
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user