Skip to content

Commit

Permalink
fix(3000): Remove gap override in LemonSelects
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 6, 2023
1 parent 7a37963 commit 610c78c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/lib/lemon-ui/LemonSelect/LemonSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ body:not(.posthog-3000) {

.posthog-3000 {
.LemonButton.LemonSelect--clearable {
--lemon-button-gap: 0rem;

.LemonButton__content {
gap: 0.25rem;

Expand All @@ -30,8 +28,4 @@ body:not(.posthog-3000) {
}
}
}

.LemonButton.LemonSelect {
--lemon-button-gap: 0.1875rem;
}
}

0 comments on commit 610c78c

Please sign in to comment.