mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-66074 mod_forum: Correct 0 length styles
This commit is contained in:
parent
fdf26fea78
commit
b1909eebed
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user