1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-07-31 08:57:46 +00:00

Wrap view source text

This commit is contained in:
Ajay Bura 2022-09-28 13:54:58 +05:30
parent 4291005161
commit d0ddedc2b2

View file

@ -5,6 +5,8 @@
& pre {
padding: var(--sp-extra-tight);
white-space: pre-wrap;
word-break: break-all;
}
&__card {