css: fix line wraps for code spans

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-04-25 15:34:04 +02:00
parent cf427b8374
commit cbb8988cb8

View File

@@ -20,7 +20,7 @@
overflow-wrap: anywhere;
padding: 0 4px;
table & {
overflow-wrap: nowrap;
overflow-wrap: unset;
}
}