5252 .badge-click-target {
5353 cursor : pointer;
5454 }
55+
56+ .controls-stack {
57+ display : flex;
58+ flex-direction : column;
59+ gap : 8px ;
60+ min-width : 220px ;
61+ }
5562</ style >
5663
5764< div class ="theme-toggle ">
@@ -543,8 +550,7 @@ <h3>Interactive Slotted Content (Event Hooks)</h3>
543550 < sgds-data-table-head width ="170 "> Dropdown</ sgds-data-table-head >
544551 < sgds-data-table-head width ="120 "> Overflow</ sgds-data-table-head >
545552 < sgds-data-table-head width ="120 "> Button</ sgds-data-table-head >
546- < sgds-data-table-head width ="220 "> Combobox</ sgds-data-table-head >
547- < sgds-data-table-head width ="220 "> Input</ sgds-data-table-head >
553+ < sgds-data-table-head width ="280 "> Controls (Combobox + Input)</ sgds-data-table-head >
548554 < sgds-data-table-head width ="180 "> Badges</ sgds-data-table-head >
549555 </ sgds-data-table-row >
550556
@@ -571,14 +577,14 @@ <h3>Interactive Slotted Content (Event Hooks)</h3>
571577 < sgds-button id ="table-button-1 " size ="sm "> Run</ sgds-button >
572578 </ sgds-data-table-cell >
573579 < sgds-data-table-cell >
574- < sgds-combo-box id =" table-combobox-1 " placeholder =" Select " clearable >
575- < sgds-combo-box-option value =" opt-a " > Option A </ sgds-combo-box-option >
576- < sgds-combo-box-option value ="opt-b "> Option B </ sgds-combo-box-option >
577- < sgds-combo-box-option value ="opt-c "> Option C </ sgds-combo-box-option >
578- < /sgds-combo-box >
579- </ sgds-data-table-cell >
580- < sgds-data- table-cell >
581- < sgds-input id =" table-input-1 " placeholder =" Type and blur " > </ sgds-input >
580+ < div class =" controls-stack " >
581+ < sgds-combo-box id =" table-combobox-1 " placeholder =" Select " clearable >
582+ < sgds-combo-box-option value ="opt-a "> Option A </ sgds-combo-box-option >
583+ < sgds-combo-box-option value ="opt-b "> Option B </ sgds-combo-box-option >
584+ < sgds-combo-box-option value =" opt-c " > Option C < /sgds-combo-box-option >
585+ </ sgds-combo-box >
586+ < sgds-input id =" table-input-1 " placeholder =" Type and blur " > </ sgds-input >
587+ </ div >
582588 </ sgds-data-table-cell >
583589 < sgds-data-table-cell >
584590 < div class ="cell-inline " id ="table-badges-1 ">
@@ -610,14 +616,14 @@ <h3>Interactive Slotted Content (Event Hooks)</h3>
610616 < sgds-button id ="table-button-2 " size ="sm " variant ="outline "> Retry</ sgds-button >
611617 </ sgds-data-table-cell >
612618 < sgds-data-table-cell >
613- < sgds-combo-box id =" table-combobox-2 " placeholder =" Choose " clearable >
614- < sgds-combo-box-option value =" p1 " > Priority 1 </ sgds-combo-box-option >
615- < sgds-combo-box-option value ="p2 "> Priority 2 </ sgds-combo-box-option >
616- < sgds-combo-box-option value ="p3 "> Priority 3 </ sgds-combo-box-option >
617- < /sgds-combo-box >
618- </ sgds-data-table-cell >
619- < sgds-data- table-cell >
620- < sgds-input id =" table-input-2 " value =" Editable " > </ sgds-input >
619+ < div class =" controls-stack " >
620+ < sgds-combo-box id =" table-combobox-2 " placeholder =" Choose " clearable >
621+ < sgds-combo-box-option value ="p1 "> Priority 1 </ sgds-combo-box-option >
622+ < sgds-combo-box-option value ="p2 "> Priority 2 </ sgds-combo-box-option >
623+ < sgds-combo-box-option value =" p3 " > Priority 3 < /sgds-combo-box-option >
624+ </ sgds-combo-box >
625+ < sgds-input id =" table-input-2 " value =" Editable " > </ sgds-input >
626+ </ div >
621627 </ sgds-data-table-cell >
622628 < sgds-data-table-cell >
623629 < div class ="cell-inline " id ="table-badges-2 ">
0 commit comments