Skip to content

Commit

Permalink
fix(lemon-ui): Clearable side action button sizing (#18755)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Nov 20, 2023
1 parent 619c759 commit ec9c4cf
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions frontend/src/lib/lemon-ui/LemonSelect/LemonSelect.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
.LemonSelect--button--clearable {
padding-left: 0.5rem !important;
margin-left: auto;
}

.LemonSelect--clearable {
padding-right: 0 !important;

> span {
padding-right: 0 !important;
}

.LemonButton__content {
gap: 0.5rem;

.LemonSelect--button--clearable {
margin-left: auto;
}
}
}

0 comments on commit ec9c4cf

Please sign in to comment.