X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f12350f25275fbf4c6c8692122f5eacce89794ee..6c78b28f9f54664babc57a4b4372c502065ed5d1:/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss diff --git a/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss b/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss index 16d1879d61..135685c27c 100644 --- a/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss +++ b/apps/workbench/app/assets/stylesheets/pipeline_instances.css.scss @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + // Place all the styles related to the PipelineInstances controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ @@ -21,3 +25,13 @@ .pipeline_color_legend a { color: #000; } + +.col-md-1.pipeline-instance-spacing { + padding: 0px; + margin: 0px; +} + +.col-md-3.pipeline-instance-spacing > .progress { + padding: 0px; + margin: 0px; +} \ No newline at end of file