Skip to content

Commit 41d8bdd

Browse files
TomasBodatomasklim
authored andcommitted
fix(trading): fixed trading fee layout unwanted resize
1 parent ef9c659 commit 41d8bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/suite/src/views/wallet/trading/common/TradingWrapper.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { spacingsPx } from '@trezor/theme';
44
export const TradingWrapper = `
55
gap: ${spacingsPx.md};
66
display: grid;
7-
grid-template-columns: minmax(500px, auto) minmax(340px, 420px);
7+
grid-template-columns: 1fr 420px;
88
99
${variables.SCREEN_QUERY.BELOW_DESKTOP} {
1010
display: flex;

0 commit comments

Comments
 (0)