Skip to content

Commit

Permalink
Fixed Bug 55330 - Client. Fixed header title.
Browse files Browse the repository at this point in the history
  • Loading branch information
gopienkonikita committed Feb 14, 2022
1 parent 8a0aeda commit 9ef0e03
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StyledContainer = styled.div`
.header-container {
position: relative;
${(props) =>
props.title &&
props.isTitle &&
css`
display: grid;
grid-template-columns: ${(props) =>
Expand Down Expand Up @@ -395,7 +395,7 @@ class SectionHeaderContent extends React.Component {
width={context.sectionWidth}
isRootFolder={isRootFolder}
canCreate={canCreate}
title={title}
isTitle={title}
isDesktop={isDesktop}
isTabletView={isTabletView}
isLoading={isLoading}
Expand Down Expand Up @@ -436,6 +436,7 @@ class SectionHeaderContent extends React.Component {
className="headline-header"
type="content"
truncate={true}
title={title}
>
{title}
</Headline>
Expand Down

0 comments on commit 9ef0e03

Please sign in to comment.