UX: Remove left margin (#19932)

This commit is contained in:
Jordan Vidrine 2023-01-20 07:59:25 -06:00 committed by GitHub
parent 62aa2adc74
commit b412f03b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ html.composer-open {
.mini-tag-chooser {
flex-grow: 1;
max-width: calc(50% - 4px);
margin: 0 0 8px 8px;
margin: 0 0 8px 0px;
z-index: z("composer", "dropdown");
.select-kit-header {