Skip to content

Commit 73bbf69

Browse files
committed
Prettify story settings a bit
1 parent b1a32d2 commit 73bbf69

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/labs/ia-combo-box/ia-combo-box-story.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ export class IAComboBoxStory extends LitElement {
336336
.options=\${[
337337
{ id: 'foo', text: 'Foo Option' },
338338
{ id: 'bar', text: 'Bar Option' },
339-
...
339+
// ...
340340
]}
341341
${bindingsStr}
342342
>
@@ -408,6 +408,10 @@ export class IAComboBoxStory extends LitElement {
408408
background-color: rgba(0, 0, 0, 0.02);
409409
}
410410
411+
label {
412+
display: block;
413+
}
414+
411415
select {
412416
width: calc(100% - 5px);
413417
padding: 2px 0;
@@ -432,7 +436,7 @@ export class IAComboBoxStory extends LitElement {
432436
margin-left: 5px;
433437
}
434438
435-
button[type="submit"] {
439+
button[type='submit'] {
436440
padding: 6px 8px;
437441
}
438442
`;

0 commit comments

Comments
 (0)