Merge "web: update status page layout based on screen size"

This commit is contained in:
Zuul 2018-12-19 20:02:31 +00:00 committed by Gerrit Code Review
commit dab62ce99f
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-md-4">
<div className="zuul-pipeline col-sm-6 col-md-4 col-lg-3">
<div className="zuul-pipeline-header">
<h3>{pipeline.name} <Badge>{count}</Badge></h3>
{pipeline.description ? (