Fix edited code block width (#29394)

* fix (event tile): make the markdown body take all the width when edited

* test (e2e): add code block test
This commit is contained in:
Florian Duros
2025-03-03 09:17:41 +00:00
committed by GitHub
parent 4c72f0c0b2
commit 3c57323595
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -683,6 +683,7 @@ $left-gutter: 64px;
line-height: inherit !important;
background-color: inherit;
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
flex: 1;
pre,
code {