MDL-54652 singleview: remove invalid css decleration
margin-bottom can't be used with display: inline, so use padding instead.
This commit is contained in:
@@ -61,7 +61,7 @@ dir-rtl.path-grade-report-singleview div.groupselector select {
|
||||
.path-grade-report-singleview .itemnav {
|
||||
font-size: small;
|
||||
display: inline;
|
||||
margin-bottom: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
.path-grade-report-singleview itemnav.previtem {
|
||||
float:left;
|
||||
|
||||
Reference in New Issue
Block a user