fix: force line break

This commit is contained in:
Alexander Daichendt 2022-07-26 23:05:50 +02:00
parent aa1cae3540
commit e604807914
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,7 @@
box-shadow: 0 0 5px var(--shadow-color);
padding: 2px;
border: 1px solid var(--border-color);
line-break: anywhere;
}
:global([data-nu-scheme-is='dark'] body code) {
color: var(--bg-color);