UX: Improve tag and assign display in search (#12039)
This commit is contained in:
parent
eec093918f
commit
04d0bf9c4a
|
@ -68,8 +68,11 @@
|
|||
align-items: center;
|
||||
|
||||
.discourse-tags {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
display: contents;
|
||||
.discourse-tag {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
.discourse-tags,
|
||||
.list-tags,
|
||||
.search-category {
|
||||
.discourse-tag.simple:not(:last-of-type):after {
|
||||
.discourse-tag.simple:not(:last-child):after {
|
||||
content: ", ";
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
|
|
@ -207,7 +207,6 @@
|
|||
|
||||
.discourse-tags {
|
||||
flex-wrap: wrap;
|
||||
display: contents;
|
||||
font-size: $font-down-1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue