Skip to content

Commit b835d6f

Browse files
authored
fix: update default height in search panel container style (#4506)
1 parent 58f75a1 commit b835d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/src/browser/search.view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const Search = memo(({ viewState }: PropsWithChildren<{ viewState: ViewSt
9595

9696
const collapsePanelContainerStyle = {
9797
width: viewState.width || '100%',
98-
height: viewState.height,
98+
height: viewState.height || '100%',
9999
};
100100

101101
const SearchProcess = useMemo(

0 commit comments

Comments
 (0)