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 069448d commit 48189eeCopy full SHA for 48189ee
1 file changed
Website/components/datamodelview/SidebarDatamodelView.tsx
@@ -102,8 +102,7 @@ export const SidebarDatamodelView = ({ }: ISidebarDatamodelViewProps) => {
102
103
return (
104
<div className="flex flex-col">
105
- <h2 className="my-1 p-2 font-semibold border-b w-full text-center text-gray-700">Data viewer</h2>
106
- <div className='h-full gap-1 flex flex-col max-w-48 overflow-y-auto overflow-x-hidden'>
+ <div className='h-full gap-1 flex flex-col max-w-48 overflow-y-auto overflow-x-hidden mt-4'>
107
{
108
Groups.map((group) =>
109
<NavItem key={group.Name} group={group} />
0 commit comments