Skip to content

Commit

Permalink
fix: add select arrow padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Nov 30, 2024
1 parent 62c7bde commit 05fe922
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ export default {
display: none;
}
}
:deep(.tiny-select.tiny-select .tiny-select__tags .tiny-tag) {
background-color: var(--te-common-bg-container);
:deep(.tiny-select.tiny-select .tiny-select__tags) {
max-width: calc(100% - 24px) !important;
.tiny-tag {
background-color: var(--te-common-bg-container);
}
}
}
}
Expand Down

0 comments on commit 05fe922

Please sign in to comment.