File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2020 overflow-wrap : anywhere;
2121 padding : 0 4px ;
2222 table & {
23- overflow-wrap : nowrap;
23+ overflow-wrap : unset;
24+ }
25+ }
26+
27+ /* Indented code blocks */
28+ : not (.highlight ) > pre {
29+ @apply my-4 overflow-x-auto p-3;
30+ font-size : 0.875em ;
31+ border : 1px solid;
32+ border-radius : theme ("spacing.1" );
33+ background : theme ("colors.white" );
34+ border-color : theme ("colors.gray.light.300" );
35+ .dark & {
36+ background : theme ("colors.gray.dark.200" );
37+ border-color : theme ("colors.gray.dark.300" );
2438 }
2539 }
2640
Original file line number Diff line number Diff line change 274274 " lg:grid-cols-3" ,
275275 " lg:grid-cols-main-lg" ,
276276 " lg:hidden" ,
277+ " lg:max-w-[300px]" ,
277278 " lg:no-underline" ,
278279 " lg:pb-2" ,
279280 " lg:scale-100" ,
286287 " max-h-full" ,
287288 " max-w-56" ,
288289 " max-w-[1400px]" ,
289- " max-w-[300px]" ,
290290 " max-w-[840px]" ,
291291 " max-w-full" ,
292292 " max-w-none" ,
Original file line number Diff line number Diff line change 2525 $store.showSidebar = false;
2626 "
2727 >
28- < div class ="max-w-[300px] ml-auto p-2 ">
28+ < div class ="w-full max-w-none lg: max-w-[300px] ml-auto p-2 ">
2929 {{ block "left" . }}
3030 {{ end }}
3131 </ div >
You can’t perform that action at this time.
0 commit comments