MDL-66074 mod_forum: Correct 0 length styles
This commit is contained in:
@@ -244,5 +244,5 @@
|
||||
.gradingform_guide-frequent-comments {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@@ -351,7 +351,7 @@ span.unread {
|
||||
flex-basis: 100%;
|
||||
font-weight: bold;
|
||||
align-items: center;
|
||||
margin: 8px 0px;
|
||||
margin: 8px 0;
|
||||
}
|
||||
.hr-sect::before,
|
||||
.hr-sect::after {
|
||||
@@ -359,8 +359,8 @@ span.unread {
|
||||
flex-grow: 1;
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
height: 1px;
|
||||
font-size: 0px;
|
||||
line-height: 0px;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
}
|
||||
.hr-sect::before {
|
||||
margin-right: 15px;
|
||||
|
||||
Reference in New Issue
Block a user