We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df09b commit ea696cdCopy full SHA for ea696cd
2 files changed
themes/cooklang-tw/assets/css/main.css
@@ -11,6 +11,18 @@
11
/* Ensure code blocks don't overflow */
12
pre {
13
@apply overflow-x-auto;
14
+ max-width: 100%;
15
+ }
16
+
17
+ /* Fix code blocks in prose content to have proper scrolling */
18
+ .prose pre {
19
20
+ @apply overflow-x-auto;
21
22
23
+ /* Ensure inline code doesn't break layout */
24
+ .prose code {
25
+ word-break: break-word;
26
}
27
28
/* Fix for mobile Safari background */
0 commit comments