We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1607427 commit 1b7f62aCopy full SHA for 1b7f62a
packages/uui-button-group/lib/uui-button-group.story.ts
@@ -92,7 +92,7 @@ export const LooksAndColors = () => html`
92
<h4>${color}</h4>
93
${looks.map(
94
look => html`
95
- <uui-button-group style="margin-bottom: 16px; display: block">
+ <uui-button-group style="margin-bottom: 16px;">
96
<uui-button
97
label="Button 1"
98
color=${color as any}
@@ -108,8 +108,8 @@ export const LooksAndColors = () => html`
108
109
label="Button 4"
110
111
- look=${look as any}></uui-button>
112
- </uui-button-group>
+ look=${look as any}></uui-button> </uui-button-group
+ ><br />
113
`
114
)}
115
</div>
0 commit comments