20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
index 2d2d0f25d12b462aeeed99f48646f53a4ee9a06d..c5cc699b3311c0ceac8aad4b91bacfed14471b6a 100644 (file)
@@ -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;
+}