Skip to content

Commit

Permalink
Merge pull request #883 from thunderstore-io/button-and-text-bars-pad…
Browse files Browse the repository at this point in the history
…dings

Button and text bars paddings
  • Loading branch information
Oksamies authored Nov 2, 2023
2 parents 38bd243 + cee006d commit f050cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cyberstorm/src/components/DropDown/DropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function DropDown(props: DropDownProps) {

return (
<div className={styles.root}>
<RadixDropDown.Root defaultOpen={defaultOpen}>
<RadixDropDown.Root modal={false} defaultOpen={defaultOpen}>
<RadixDropDown.Trigger asChild disabled={!content}>
{React.isValidElement(trigger)
? React.cloneElement(trigger as ReactElement, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
gap: var(--gap--16);
align-content: center;
justify-content: flex-end;
min-height: 3rem;
}

.searchFiltersSortLabel {
Expand Down

0 comments on commit f050cbc

Please sign in to comment.