X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/00573cf7d28472bf926e8f610a256cd991879c8b..b17f04b7797eda5a5d888264f7d480d762a9966f:/apps/workbench/app/assets/stylesheets/collections.css.scss diff --git a/apps/workbench/app/assets/stylesheets/collections.css.scss b/apps/workbench/app/assets/stylesheets/collections.css.scss index 2d2d0f25d1..c5cc699b33 100644 --- a/apps/workbench/app/assets/stylesheets/collections.css.scss +++ b/apps/workbench/app/assets/stylesheets/collections.css.scss @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + /* Style for _show_files tree view. */ ul#collection_files { @@ -70,3 +74,7 @@ $active-bg: #39b3d7; padding: .5em 2em; margin: 0 1em; } + +.collection-tag-field * { + display: inline-block; +}