Fix suffix positioning

This commit is contained in:
nathan 2024-02-23 11:01:06 -07:00
parent 46836dff66
commit daf69d0040

View File

@ -103,6 +103,7 @@ export default css`
.tree-dropdown__tags {
display: flex;
flex: 2 1 auto;
flex-wrap: wrap;
gap: 0.1rem 0.5rem;
min-height: var(--sl-input-height-medium);