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 39a7284 commit 5f3b4ffCopy full SHA for 5f3b4ff
apps/generate-ui-v2/src/components/field-list.ts
@@ -44,14 +44,14 @@ export class FieldList extends GeneratorContextContext(
44
<div
45
class="border-separator ${this.editor === 'intellij'
46
? 'hidden md:block'
47
- : 'max-sm:hidden md:w-64'} fixed h-full w-52 overflow-y-auto border-r-2 p-6"
+ : 'max-sm:hidden md:w-64'} h-full w-72 overflow-y-auto border-r-2 p-6"
48
>
49
${this.renderOptionNav(optionsWithMetadata, shouldShowMoreOptions)}
50
</div>
51
52
class="${this.editor === 'intellij'
53
- ? 'md:ml-52 md:p-6'
54
- : 'sm:ml-52 sm:p-6 md:ml-64'} w-full pt-6"
+ ? 'md:p-6'
+ : 'sm:p-6'} overflow-y-auto w-full pt-6"
55
56
${this.renderOptionsWithDivider(
57
optionsWithMetadata,
0 commit comments