[WEB-5604] Label layout title column and content wrapper styling #8273

This commit is contained in:
Anmol Singh Bhatia 2025-12-09 18:37:46 +05:30 committed by GitHub
parent a3e651854a
commit af939fca41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -23,9 +23,9 @@ export const WorkspaceContentWrapper = observer(function WorkspaceContentWrapper
{shouldRenderAppRail && <AppRailRoot />}
<div
className={cn(
"relative size-full pl-0 pb-2 pr-2 flex-grow transition-all ease-in-out duration-300 overflow-hidden",
"relative size-full pl-2 pb-2 pr-2 flex-grow transition-all ease-in-out duration-300 overflow-hidden",
{
"pl-2": shouldRenderAppRail,
"pl-0": shouldRenderAppRail,
}
)}
>