Skip to content

Commit

Permalink
fix(core/nav): Apply new class to Page App Owner (#8442)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand committed Jul 29, 2020
1 parent ef176f0 commit a7c3441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const ApplicationNavigation = ({ app }: IApplicationNavigationProps) => {
))}
<div className="nav-section clickable">
<div className="page-category flex-container-h middle text-semibold" onClick={pageApplicationOwner}>
<div className="nav-item sp-margin-xs-right">
<div className="nav-row-item sp-margin-xs-right">
{!isExpanded ? (
<Tooltip value="Page App Owner" placement="right">
<div>
Expand Down

0 comments on commit a7c3441

Please sign in to comment.