mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Remove left margin (#19932)
This commit is contained in:
parent
62aa2adc74
commit
b412f03b29
@ -308,7 +308,7 @@ html.composer-open {
|
|||||||
.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 0px;
|
||||||
z-index: z("composer", "dropdown");
|
z-index: z("composer", "dropdown");
|
||||||
|
|
||||||
.select-kit-header {
|
.select-kit-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user