forked from Mirrors/elk
fix: pre tag overwritten by default style (#2699)
This commit is contained in:
parent
89e3582dd7
commit
c89e499f96
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ em-emoji-picker {
|
||||||
p:last-child {
|
p:last-child {
|
||||||
--at-apply: mb-1;
|
--at-apply: mb-1;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
--at-apply: whitespace-pre-wrap;
|
||||||
|
}
|
||||||
code {
|
code {
|
||||||
--at-apply: bg-code text-code px1 py0.5 rounded text-0.875em leading-0.8em;
|
--at-apply: bg-code text-code px1 py0.5 rounded text-0.875em leading-0.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue