Skip to content

Commit 65c2aca

Browse files
committed
small improvements from testing session
1 parent a2049ab commit 65c2aca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/@react-spectrum/s2/stories/ComboBox.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ const AsyncComboBox = (args: any) => {
237237
return (
238238
<ComboBox
239239
{...args}
240+
styles={style({marginBottom: 40})}
240241
items={list.items}
241242
inputValue={list.filterText}
242243
onInputChange={list.setFilterText}

packages/react-aria-components/example/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ html {
7272

7373
.item {
7474
padding: 2px 5px;
75+
overflow: hidden;
76+
text-overflow: ellipsis;
77+
white-space: nowrap;
7578
outline: none;
7679
cursor: default;
7780
color: black;

0 commit comments

Comments
 (0)