mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-07 13:25:18 +02:00
Fix workspace settings scroll with long description
This commit is contained in:
@@ -92,7 +92,7 @@ export function WorkspaceSettingsDialog({ workspaceId, hide, tab }: Props) {
|
|||||||
/>
|
/>
|
||||||
</TabContent>
|
</TabContent>
|
||||||
<TabContent value={TAB_GENERAL} className="overflow-y-auto h-full px-4">
|
<TabContent value={TAB_GENERAL} className="overflow-y-auto h-full px-4">
|
||||||
<VStack space={4} alignItems="start" className="pb-3 h-full">
|
<div className="grid grid-rows-[auto_minmax(0,1fr)_auto] gap-4 pb-3 h-full">
|
||||||
<PlainInput
|
<PlainInput
|
||||||
required
|
required
|
||||||
hideLabel
|
hideLabel
|
||||||
@@ -141,7 +141,7 @@ export function WorkspaceSettingsDialog({ workspaceId, hide, tab }: Props) {
|
|||||||
/>
|
/>
|
||||||
</InlineCode>
|
</InlineCode>
|
||||||
</HStack>
|
</HStack>
|
||||||
</VStack>
|
</div>
|
||||||
</TabContent>
|
</TabContent>
|
||||||
<TabContent value={TAB_DATA} className="overflow-y-auto h-full px-4">
|
<TabContent value={TAB_DATA} className="overflow-y-auto h-full px-4">
|
||||||
<VStack space={4} alignItems="start" className="pb-3 h-full">
|
<VStack space={4} alignItems="start" className="pb-3 h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user