Skip to content

Commit

Permalink
prevent split button menu button from growing (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedfort authored Sep 8, 2023
1 parent 5003dc3 commit f66f894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/holocene/split-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{label}
</Button>
<MenuButton
class="max-w-fit grow-0"
id="{id}-menu-button"
label={menuLabel}
controls="{id}-menu"
Expand Down

1 comment on commit f66f894

@vercel
Copy link

@vercel vercel bot commented on f66f894 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

holocene – ./

holocene.preview.thundergun.io
holocene-git-main.preview.thundergun.io

Please sign in to comment.