Skip to content

Commit da0dec8

Browse files
committed
fixup! fix(suite): Set 100% width for CollapsibleBox/drop down (#13098)
1 parent 0d2d430 commit da0dec8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/connect-explorer/src/components/ApiPlayground.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const ApiPlaygroundWrapper = styled.div`
4040
`;
4141

4242
const CollapsibleBoxStyled = styled(CollapsibleBox)`
43-
margin: 0;
4443
border: 0;
4544
4645
/* CollapsibleBox content, fix for nested sticky elements */

packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/TxDetailModal/AdvancedTxDetails/IODetails/IODetails.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const StyledCollapsibleBox = styled(CollapsibleBox)<{ $elevation: Elevation }>`
3737
background: none;
3838
box-shadow: none;
3939
border-radius: 0;
40-
margin-bottom: 0;
41-
padding-bottom: ${spacingsPx.md};
4240
text-align: left;
4341
overflow: auto;
4442
${blurFix}

packages/suite/src/components/wallet/TransactionItem/CoinjoinBatchItem.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const StyledCollapsibleBox = styled(CollapsibleBox)<{ $isPending: boolean }>`
104104
background-color: ${({ theme }) => theme.BG_WHITE};
105105
box-shadow: none;
106106
border-radius: 12px;
107-
margin-bottom: 0;
108107
109108
${CollapsibleBox.Header} {
110109
padding: 12px 24px;

0 commit comments

Comments
 (0)