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.
2 parents 45dcab6 + 7015872 commit 6e4f3a1Copy full SHA for 6e4f3a1
src/design-system/asset-input/simple-asset-input.css.ts
@@ -20,7 +20,10 @@ export const root = style([
20
21
export const amountBox = style({ gridArea: 'amount' });
22
23
-export const amountInputContainer = style({ display: 'flex' });
+export const amountInputContainer = style({
24
+ display: 'block',
25
+ height: '40px',
26
+});
27
28
export const amountInput = style({ width: '100%' });
29
0 commit comments