0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00

fix(lemon-ui): Clearable side action button sizing (#18755)

This commit is contained in:
David Newell 2023-11-20 17:25:01 +00:00 committed by GitHub
parent 619c75937d
commit ec9c4cf6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}