MDL-66074 mod_forum: Correct 0 length styles

This commit is contained in:
Mathew May 2019-10-31 15:30:48 +08:00
parent fdf26fea78
commit b1909eebed
2 changed files with 4 additions and 4 deletions

View File

@ -244,5 +244,5 @@
.gradingform_guide-frequent-comments {
position: absolute;
top: 7px;
right: 0px;
right: 0;
}

View File

@ -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;