Skip to content

Commit

Permalink
fix(ui): padding on relationship fields when no options or loading te…
Browse files Browse the repository at this point in the history
…xt is displayed
  • Loading branch information
paulpopus committed Oct 17, 2024
1 parent c91f21b commit 0408727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/src/elements/ReactSelect/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
flex-wrap: nowrap;
}

.rs__menu-notice {
padding: base(0.5) base(0.6);
}

.rs__indicators {
gap: calc(var(--base) / 4);
}
Expand Down

0 comments on commit 0408727

Please sign in to comment.