mirror of https://github.com/status-im/consul.git
ui: Fix up styling for the Tags tab (#8263)
This commit is contained in:
parent
74f5a7fa7c
commit
fa3aa25839
|
@ -1,5 +1,6 @@
|
||||||
%tag-list {
|
%tag-list {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
// TODO: Currently this is here to overwrite
|
// TODO: Currently this is here to overwrite
|
||||||
// the default definition list layout used in edit pages
|
// the default definition list layout used in edit pages
|
||||||
|
@ -8,6 +9,8 @@
|
||||||
%tag-list dt::before {
|
%tag-list dt::before {
|
||||||
@extend %with-tag-mask, %as-pseudo;
|
@extend %with-tag-mask, %as-pseudo;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
|
margin-top: 3px;
|
||||||
|
background-color: $gray-500;
|
||||||
}
|
}
|
||||||
%tag-list dd {
|
%tag-list dd {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
Loading…
Reference in New Issue