mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
UX: fix spacing between assign tags (#20967)
This commit is contained in:
parent
e134b0b3de
commit
56f2fdf430
|
@ -95,11 +95,7 @@ $search-pad-horizontal: 0.5em;
|
|||
margin-right: 0.5em;
|
||||
}
|
||||
.discourse-tags .discourse-tag {
|
||||
margin-right: 0.25em;
|
||||
|
||||
.d-icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
margin-right: 0.35em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -124,17 +124,13 @@
|
|||
font-size: var(--font-down-1);
|
||||
}
|
||||
.discourse-tags + .topic-featured-link {
|
||||
margin-left: 8px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.discourse-tags {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
a,
|
||||
span {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.fps-result .add-full-page-tags {
|
||||
|
@ -163,6 +159,12 @@ header .discourse-tag {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
#topic-title {
|
||||
.discourse-tags .discourse-tag {
|
||||
margin-right: 0.35em;
|
||||
}
|
||||
}
|
||||
|
||||
.title-wrapper .tag-chooser {
|
||||
width: 500px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user