Skip to content

Commit 8205bc8

Browse files
committed
Add padding style option
1 parent d49b179 commit 8205bc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const styleInputSettings: StyleInputSettings[] = [
2222
defaultValue: '250px',
2323
inputType: 'text',
2424
},
25+
{
26+
label: 'Padding',
27+
cssVariable: '--combo-box-padding',
28+
defaultValue: '5px',
29+
inputType: 'text',
30+
},
2531
];
2632

2733
// Option sets

0 commit comments

Comments
 (0)