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 {