ShikiCodeblocks: Fix codeblocks line breaking

This commit is contained in:
Nuckyz 2025-03-01 21:12:53 -03:00
parent 0f384419d5
commit 721aca6e1a
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -96,6 +96,6 @@
.vc-shiki-root .vc-shiki-table-cell:last-child { .vc-shiki-root .vc-shiki-table-cell:last-child {
padding-left: 8px; padding-left: 8px;
overflow-wrap: break-word; overflow-wrap: anywhere;
width: 100%; width: 100%;
} }