mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 11:12:46 +08:00
FIX: Fix margin on mini-tag-chooser (#19953)
This commit is contained in:
parent
482739c171
commit
5361fa3421
|
@ -305,12 +305,15 @@ html.composer-open {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-input + .mini-tag-chooser {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.mini-tag-chooser {
|
.mini-tag-chooser {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: calc(50% - 4px);
|
max-width: calc(50% - 4px);
|
||||||
margin: 0 0 8px 8px;
|
margin: 0 0 8px 8px;
|
||||||
z-index: z("composer", "dropdown");
|
z-index: z("composer", "dropdown");
|
||||||
|
|
||||||
.select-kit-header {
|
.select-kit-header {
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user