Merge "Switch back to three columns for mid sized screens"

This commit is contained in:
Zuul 2019-01-03 17:02:33 +00:00 committed by Gerrit Code Review
commit 642b52b6b2
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Pipeline extends React.Component {
const { pipeline, filter, expanded } = this.props
const count = this.createTree(pipeline)
return (
<div className="zuul-pipeline col-sm-6 col-md-4 col-lg-3">
<div className="zuul-pipeline col-sm-6 col-md-4">
<div className="zuul-pipeline-header">
<h3>{pipeline.name} <Badge>{count}</Badge></h3>
{pipeline.description ? (