File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const CssAst: FC = () => {
26
26
return (
27
27
< Accordion
28
28
type = "multiple"
29
- className = "px-8 font-mono space-y-3"
29
+ className = "px-8 font-mono space-y-3 min-w-max "
30
30
defaultValue = { [ "0-StyleSheet" ] }
31
31
>
32
32
< CssAstTreeItem
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const JavascriptAst: FC = () => {
31
31
return (
32
32
< Accordion
33
33
type = "multiple"
34
- className = "px-8 font-mono space-y-3"
34
+ className = "px-8 font-mono space-y-3 min-w-max "
35
35
defaultValue = { [ "0-Program" ] }
36
36
>
37
37
< JavascriptAstTreeItem
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const JsonAst: FC = () => {
26
26
return (
27
27
< Accordion
28
28
type = "multiple"
29
- className = "px-8 font-mono space-y-3"
29
+ className = "px-8 font-mono space-y-3 min-w-max "
30
30
defaultValue = { [ "0-Document" ] }
31
31
>
32
32
< JsonAstTreeItem
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const MarkdownAst: FC = () => {
26
26
return (
27
27
< Accordion
28
28
type = "multiple"
29
- className = "px-8 font-mono space-y-3"
29
+ className = "px-8 font-mono space-y-3 min-w-max "
30
30
defaultValue = { [ "0-root" ] }
31
31
>
32
32
< MarkdownAstTreeItem
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const Scope: FC = () => {
37
37
return (
38
38
< Accordion
39
39
type = "multiple"
40
- className = "px-8 font-mono space-y-3"
40
+ className = "px-8 font-mono space-y-3 min-w-max "
41
41
defaultValue = { [ "0-global" ] }
42
42
>
43
43
{ scopeView === "flat" ? (
You can’t perform that action at this time.
0 commit comments