File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @ebay/skin " : patch
3+ ---
4+
5+ fix(listbox-button): fluid on listbox container sets width to 100%
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ span.listbox-button {
1818
1919span .listbox-button--fluid ,
2020span .listbox-button--fluid .btn ,
21- span .listbox-button--fluid .expand-btn {
21+ span .listbox-button--fluid .expand-btn ,
22+ span .listbox-button--fluid div .listbox-button__listbox {
2223 width : 100% ;
2324}
2425
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ span.listbox-button {
2525
2626span .listbox-button--fluid ,
2727span .listbox-button--fluid .expand-btn ,
28- span .listbox-button--fluid .btn {
28+ span .listbox-button--fluid .btn ,
29+ span .listbox-button--fluid div .listbox-button__listbox {
2930 width : 100% ;
3031}
3132
You can’t perform that action at this time.
0 commit comments