Skip to content

Commit

Permalink
fix(core/projects): fix layout for projects view (#8456)
Browse files Browse the repository at this point in the history
this fixes a problem viewing a pipeline execution in the context of a project where the details content width was 30,000px wide

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
christopherthielen and mergify[bot] committed Jul 31, 2020
1 parent bad8b29 commit 86308a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/projects/ProjectHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class ProjectHeader extends React.Component<IProjectHeaderProps, IProject
);

return (
<div className="flex-fill">
<div className="flex-fill application">
<div className="project-header">
<div className="container">
<h2>
Expand Down

0 comments on commit 86308a4

Please sign in to comment.