fix: padding.

This commit is contained in:
ItzNotABug
2024-08-13 16:30:30 +05:30
parent eaba284276
commit 130c0cf3bb
@@ -31,7 +31,9 @@
<style>
/* Certain errors are in a single line; this makes them multi-line for better readability. */
.wrapped-code-block-for-multi-line :global(pre),
.wrapped-code-block-for-multi-line :global(code) {
white-space: pre-wrap;
padding: unset !important;
}
</style>