Skip to content

Commit af939fc

Browse files
[WEB-5604] Label layout title column and content wrapper styling #8273
1 parent a3e6518 commit af939fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/web/ce/components/workspace/content-wrapper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const WorkspaceContentWrapper = observer(function WorkspaceContentWrapper
2323
{shouldRenderAppRail && <AppRailRoot />}
2424
<div
2525
className={cn(
26-
"relative size-full pl-0 pb-2 pr-2 flex-grow transition-all ease-in-out duration-300 overflow-hidden",
26+
"relative size-full pl-2 pb-2 pr-2 flex-grow transition-all ease-in-out duration-300 overflow-hidden",
2727
{
28-
"pl-2": shouldRenderAppRail,
28+
"pl-0": shouldRenderAppRail,
2929
}
3030
)}
3131
>

apps/web/core/components/issues/issue-layouts/spreadsheet/issue-row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const IssueRowDetails = observer(function IssueRowDetails(props: IssueRowDetails
255255
id={`issue-${issueId}`}
256256
ref={cellRef}
257257
tabIndex={0}
258-
className="relative md:sticky left-0 z-10 group/list-block bg-custom-background-100"
258+
className="relative md:sticky left-0 z-10 group/list-block bg-custom-background-100 max-w-lg"
259259
>
260260
<ControlLink
261261
href={workItemLink}

0 commit comments

Comments
 (0)