We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acf07e commit 0ca5e8eCopy full SHA for 0ca5e8e
apps/evm/src/pages/Account/NewPage/Transactions/index.tsx
@@ -144,8 +144,9 @@ export const Transactions: React.FC = () => {
144
145
return (
146
<div className="grid grid-cols-1 gap-4">
147
- <div className="flex flex-col md:flex-row gap-4">
+ <div className="flex flex-row gap-3 md:gap-4">
148
<Select
149
+ className="flex-1 md:flex-none"
150
size="small"
151
variant="tertiary"
152
placeLabelToLeft
@@ -157,6 +158,7 @@ export const Transactions: React.FC = () => {
157
158
onChange={newValue => setTxType(newValue.toString())}
159
/>
160
161
162
163
164
0 commit comments