Skip to content

Commit c3271d6

Browse files
author
Rafael Becerra
committed
INT-18340: Fix for Open forums add new discussion and missing aria label with course TOC at top - Clean
some behat tests for Snap
1 parent d85ec9e commit c3271d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,4 +985,9 @@ the use of id^="" */
985985
opacity: .8;
986986
pointer-events: none;
987987
transition: all .2s ease-in-out;
988+
}
989+
990+
/** Give some space at the top of the notification after adding a discussion. **/
991+
#page-mod-hsuforum-view .hsuforum-notification {
992+
margin-top: 0.5em;
988993
}

0 commit comments

Comments
 (0)