X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41a6554ca2281983645cf606ba6291cc2332dced..07aa5aa282a388fc1bcb3d0cfe7520b96b3e7e38:/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