tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
fix some code block layout on mobile
awarm.space
7 months ago
c8d16026
885de14d
+2
-2
1 changed file
expand all
collapse all
unified
split
components
Blocks
CodeBlock.tsx
+2
-2
components/Blocks/CodeBlock.tsx
···
71
71
<div className="flex gap-1">
72
72
Theme:{" "}
73
73
<select
74
74
-
className="codeBlockLang text-left bg-transparent pr-1"
74
74
+
className="codeBlockLang text-left bg-transparent pr-1 sm:max-w-none max-w-24"
75
75
onClick={(e) => {
76
76
e.preventDefault();
77
77
e.stopPropagation();
···
93
93
</select>
94
94
</div>
95
95
<select
96
96
-
className="codeBlockLang text-right bg-transparent pr-1"
96
96
+
className="codeBlockLang text-right bg-transparent pr-1 sm:max-w-none max-w-24"
97
97
onClick={(e) => {
98
98
e.preventDefault();
99
99
e.stopPropagation();