[WEB-5604] Label layout title column and content wrapper styling #8273
This commit is contained in:
parent
a3e651854a
commit
af939fca41
2 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ export const WorkspaceContentWrapper = observer(function WorkspaceContentWrapper
|
||||||
{shouldRenderAppRail && <AppRailRoot />}
|
{shouldRenderAppRail && <AppRailRoot />}
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,7 @@ const IssueRowDetails = observer(function IssueRowDetails(props: IssueRowDetails
|
||||||
id={`issue-${issueId}`}
|
id={`issue-${issueId}`}
|
||||||
ref={cellRef}
|
ref={cellRef}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
className="relative md:sticky left-0 z-10 group/list-block bg-custom-background-100"
|
className="relative md:sticky left-0 z-10 group/list-block bg-custom-background-100 max-w-lg"
|
||||||
>
|
>
|
||||||
<ControlLink
|
<ControlLink
|
||||||
href={workItemLink}
|
href={workItemLink}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue