Switch back to three columns for mid sized screens

Screens with 1280x1024 seem to fall into the large category in
bootstrap. However four columns seem to be too much for these
screens. Instead use four columns only for extra large screens.

Change-Id: I3fc90b70ce9cb7820162e8425918705a6eb364ff
This commit is contained in:
Tobias Henkel 2019-01-02 17:14:19 +01:00
parent 7d3ad9a7aa
commit c349fee279
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
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 { pipeline, filter, expanded } = this.props
const count = this.createTree(pipeline) const count = this.createTree(pipeline)
return ( 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"> <div className="zuul-pipeline-header">
<h3>{pipeline.name} <Badge>{count}</Badge></h3> <h3>{pipeline.name} <Badge>{count}</Badge></h3>
{pipeline.description ? ( {pipeline.description ? (