From c349fee279bd46ca8e7ec8227cdfc39898e58d49 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Wed, 2 Jan 2019 17:14:19 +0100 Subject: [PATCH] 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 --- web/src/containers/status/Pipeline.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/containers/status/Pipeline.jsx b/web/src/containers/status/Pipeline.jsx index 5f700a432c..7b585eeb0d 100644 --- a/web/src/containers/status/Pipeline.jsx +++ b/web/src/containers/status/Pipeline.jsx @@ -116,7 +116,7 @@ class Pipeline extends React.Component { const { pipeline, filter, expanded } = this.props const count = this.createTree(pipeline) return ( -
+

{pipeline.name} {count}

{pipeline.description ? (