Browse Source

ui: Fix up styling for the Tags tab (#8263)

pull/8264/head
Kenia 4 years ago committed by GitHub
parent
commit
2f7fe06f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui-v2/app/styles/components/tag-list/layout.scss

3
ui-v2/app/styles/components/tag-list/layout.scss

@ -1,5 +1,6 @@
%tag-list {
white-space: nowrap;
display: inline-flex;
}
// TODO: Currently this is here to overwrite
// the default definition list layout used in edit pages
@ -8,6 +9,8 @@
%tag-list dt::before {
@extend %with-tag-mask, %as-pseudo;
margin-right: 4px;
margin-top: 3px;
background-color: $gray-500;
}
%tag-list dd {
display: inline-flex;

Loading…
Cancel
Save