Skip to content

Commit 03dbef3

Browse files
committed
fix(suite): Set 100% width for CollapsibleBox/drop down (#13098)
1 parent 77cf3dd commit 03dbef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/CollapsibleBox/CollapsibleBox.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ type CollapsibleBoxContentProps = CollapsibleBoxManagedProps;
8888

8989
const Container = styled.div<TransientFrameProps>`
9090
flex: 1;
91+
width: 100%;
9192
9293
${withFrameProps}
9394
`;

0 commit comments

Comments
 (0)