Fix leaky CSS adding ! to all H1 elements (#29964)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1b48269db5
commit
aef3c8e986
@@ -3,7 +3,7 @@
|
|||||||
* voodoo where we have to set display: none by default
|
* voodoo where we have to set display: none by default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
h1::after {
|
.mx_Header_title::after {
|
||||||
content: "!";
|
content: "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user