Skip to content

Commit d3e2697

Browse files
committed
fix(stories): adjust minHeight
1 parent a51e6c8 commit d3e2697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/stories/view/storySearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function SearchComboBox(props: SearchComboBoxProps) {
239239
hasSearch={!!state.inputValue}
240240
overlayIsOpen={state.isOpen}
241241
{...listBoxProps}
242-
style={{maxHeight: 320, minHeight: 132}}
242+
style={{maxHeight: 320, minHeight: 64}}
243243
>
244244
{props.children}
245245
</ListBox>

0 commit comments

Comments
 (0)