Skip to content

Commit

Permalink
demo(dropdown): fix split button radius (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienmoulia committed May 31, 2024
1 parent 5ad11bb commit 273a8d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</div>

<div class="btn-group me-3">
<button type="button" class="btn btn-primary">Split me</button>
<div class="btn-group" ngbDropdown role="group" aria-label="Button group with nested dropdown">
<button type="button" class="btn btn-primary">Split me</button>
<button type="button" class="btn btn-primary dropdown-toggle-split" ngbDropdownToggle></button>
<div class="dropdown-menu" ngbDropdownMenu>
<button ngbDropdownItem>One</button>
Expand Down

0 comments on commit 273a8d5

Please sign in to comment.