<pre> element overflow

This commit is contained in:
Alphonse Paix
2025-09-20 16:05:20 +02:00
parent ddb837be56
commit 6308ac279e
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,10 @@
.prose-compact pre {
@apply my-3 p-4 bg-gray-100 text-gray-800 rounded-sm overflow-x-auto border border-gray-200;
overflow-x: auto;
max-width: 100%;
width: 0;
min-width: 100%;
}
.prose-compact pre code {