Skip to content

Commit cad0ef0

Browse files
authored
Fix inline code wrapping (#582)
* Fix inline code wrapping * Unset when its a pre code * cleanup
1 parent ab1ca67 commit cad0ef0

File tree

1 file changed

+2
-2
lines changed
  • src/Elastic.Markdown/Assets/markdown

1 file changed

+2
-2
lines changed

src/Elastic.Markdown/Assets/markdown/code.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
p-6!
1616
;
1717
background-color: #22272e;
18+
mix-blend-mode: unset;
1819
}
1920
code:first-child {
2021
@apply rounded-t-sm;
@@ -73,8 +74,6 @@
7374
rounded-xs
7475
border-1
7576
border-gray-300
76-
inline-block
77-
text-nowrap
7877
;
7978
font-size: 0.875em;
8079
line-height: 1.4em;
@@ -83,6 +82,7 @@
8382
letter-spacing: 0.02em;
8483
text-decoration: inherit;
8584
font-weight: inherit;
85+
mix-blend-mode: multiply;
8686
}
8787

8888

0 commit comments

Comments
 (0)