Skip to content

Commit

Permalink
Merge pull request #421 from dcos-labs/gt/fix/DCOS-59679-pageheader-h…
Browse files Browse the repository at this point in the history
…eight

DCOS-59679
  • Loading branch information
mperrotti committed Oct 21, 2019
2 parents b1b0038 + f7f2967 commit 78408d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/pageheader/components/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class PageHeader extends React.PureComponent<PageHeaderProps, {}> {

return (
<div
className={cx(padding("all", pageHeaderPaddingSize), fillHeight, {
[border("bottom")]: !hasTabsChild
className={cx(padding("all", pageHeaderPaddingSize), {
[border("bottom")]: !hasTabsChild,
[fillHeight]: hasTabsChild
})}
>
<div className={cx(flex({ align: "center" }))} data-cy="pageHeader">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`PageHeader default 1`] = `
<div
class="css-18vxolt"
class="css-1ik9ay"
>
<div
class="css-1s0dtwu"
Expand Down

0 comments on commit 78408d6

Please sign in to comment.