Fix leaky CSS adding ! to all H1 elements (#29964)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-05-15 09:30:54 +01:00
committed by GitHub
parent 1b48269db5
commit aef3c8e986

View File

@@ -3,7 +3,7 @@
* voodoo where we have to set display: none by default
*/
h1::after {
.mx_Header_title::after {
content: "!";
}