Skip to content

Commit 6e4f3a1

Browse files
authored
Merge pull request #77 from input-output-hk/fix/simple-asset-input
fix: simple asset input text terminating in the middle of container
2 parents 45dcab6 + 7015872 commit 6e4f3a1

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)