fix: sidebar help section padding. (#5311)

This commit is contained in:
Prateek Shourya 2024-08-06 13:08:39 +05:30 committed by GitHub
parent a93dfc1b8d
commit 95641f31af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ export const SidebarHelpSection: React.FC<WorkspaceHelpSectionProps> = observer(
<>
<div
className={cn(
"flex w-full items-center justify-between gap-1 self-baseline border-t border-custom-border-200 bg-custom-sidebar-background-100 h-14 flex-shrink-0",
"flex w-full items-center justify-between px-4 gap-1 self-baseline border-t border-custom-border-200 bg-custom-sidebar-background-100 h-14 flex-shrink-0",
{
"flex-col h-auto py-1.5": isCollapsed,
}