Skip to content

Commit aef3c8e

Browse files
authored
Fix leaky CSS adding ! to all H1 elements (#29964)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 1b48269 commit aef3c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* voodoo where we have to set display: none by default
44
*/
55

6-
h1::after {
6+
.mx_Header_title::after {
77
content: "!";
88
}
99

0 commit comments

Comments
 (0)