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:
parent
619c75937d
commit
ec9c4cf6ce
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user