fixed spacing in tag-selector-filter

This commit is contained in:
yexingsha 2024-01-12 01:59:37 -06:00 committed by Dan Stillman
parent cf241447ab
commit 13acfe8c05
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@
border: var(--material-border-quinary);
color: var(--fill-primary);
flex: 1 0;
margin: 6px 4px;
margin: 6px 0px;
min-width: 40px;
padding: 3px 7px;

View file

@ -58,6 +58,7 @@
display: flex;
flex-direction: row;
flex: 0 0 1em;
gap: 4px;
}
.tag-selector-filter-container .search {