File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/components/issues/issue-layouts/spreadsheet Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments