Skip to content

Commit 8a7288b

Browse files
fabianbatiojaMr Bot
authored andcommitted
Merge pull request #6277 in DEV/moodle from feature/INT-18528_chief-jaguar to release/4.0
* commit '1bb5609eae295f9c94bb2af4382c741ba630b719': INT-18528: Fix edit menu in hsuforum
2 parents dfe61ba + 578fa14 commit 8a7288b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -992,14 +992,14 @@ the use of id^="" */
992992
margin-top: 0.5em;
993993
}
994994

995-
body:not(.theme_snap) li.modtype_hsuforum .activity-item .d-flex {
996-
/** We need to override the flex display of core. **/
995+
body:not(.theme_snap) li.modtype_hsuforum .activity-item .activity-basis > div {
997996
display: block !important;
998997
flex-direction: unset !important;
999998
}
1000999

10011000
body:not(.theme_snap) li.modtype_hsuforum .afterlink {
10021001
margin-top: 2em;
1002+
margin-bottom: 1em;
10031003
}
10041004

10051005
body:not(.theme_snap) li.modtype_hsuforum .afterlink .hsuforum-recent {
@@ -1051,4 +1051,4 @@ li.activity.modtype_hsuforum .activityiconcontainer,
10511051
li.activity.modtype_hsuforum .activityiconcontainer img.activityicon,
10521052
.modchoosercontainer div[data-internal="hsuforum"] .modicon_hsuforum img.activityicon {
10531053
filter: brightness(0) invert(1);
1054-
}
1054+
}

0 commit comments

Comments
 (0)