fix: pre tag overwritten by default style (#2699)
parent
89e3582dd7
commit
c89e499f96
|
@ -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 New Issue