mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: temporary hack to allow line break in code
This commit is contained in:
parent
26cc2b7d8e
commit
79a24a0809
1 changed files with 1 additions and 1 deletions
|
@ -162,6 +162,6 @@
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
.hljs {
|
.hljs {
|
||||||
@apply my-4 rounded-xl shadow-lg max-w-3xl xl:max-w-5xl overflow-x-auto;
|
@apply my-4 rounded-xl shadow-lg overflow-x-auto text-wrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue