Skip to content

Commit a471d60

Browse files
committed
Fix button style in popover demo.
1 parent e1e27c5 commit a471d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/components/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Wrap in `<ot-dropdown>`. Use `popovertarget` on the trigger and `popover` on the
4444
</header>
4545
<br />
4646
<footer>
47-
<button class="outline" class="small" popovertarget="demo-confirm">Cancel</button>
47+
<button class="outline small" popovertarget="demo-confirm">Cancel</button>
4848
<button data-variant="danger" class="small" popovertarget="demo-confirm">Delete</button>
4949
</footer>
5050
</article>

0 commit comments

Comments
 (0)