Skip to content

Commit 7015872

Browse files
committed
fix: simple asset input text terminating in the middle of container
1 parent 45dcab6 commit 7015872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/design-system/asset-input/simple-asset-input.css.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ export const root = style([
2020

2121
export const amountBox = style({ gridArea: 'amount' });
2222

23-
export const amountInputContainer = style({ display: 'flex' });
23+
export const amountInputContainer = style({
24+
display: 'block',
25+
height: '40px',
26+
});
2427

2528
export const amountInput = style({ width: '100%' });
2629

0 commit comments

Comments
 (0)