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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user