Adjust teams dropdown arrow position (#14117)

This commit is contained in:
Luke Heath 2023-09-25 13:09:58 -05:00 committed by GitHub
parent 5f2b83c5e6
commit c30fd4292e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,10 @@
.Select-arrow-zone {
padding-left: 15px;
svg {
position: relative;
top: 3px;
}
}
.Select-multi-value-wrapper {