Skip to content

Commit 1b7f62a

Browse files
committed
fix story
1 parent 1607427 commit 1b7f62a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/uui-button-group/lib/uui-button-group.story.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const LooksAndColors = () => html`
9292
<h4>${color}</h4>
9393
${looks.map(
9494
look => html`
95-
<uui-button-group style="margin-bottom: 16px; display: block">
95+
<uui-button-group style="margin-bottom: 16px;">
9696
<uui-button
9797
label="Button 1"
9898
color=${color as any}
@@ -108,8 +108,8 @@ export const LooksAndColors = () => html`
108108
<uui-button
109109
label="Button 4"
110110
color=${color as any}
111-
look=${look as any}></uui-button>
112-
</uui-button-group>
111+
look=${look as any}></uui-button> </uui-button-group
112+
><br />
113113
`
114114
)}
115115
</div>

0 commit comments

Comments
 (0)