mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
padding
This commit is contained in:
parent
894009fe69
commit
f7f9346a4a
@ -2,7 +2,6 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
all: unset;
|
all: unset;
|
||||||
padding: 0 0.75rem;
|
padding: 0 0.75rem;
|
||||||
padding-right: 1.25rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectWrapper {
|
.selectWrapper {
|
||||||
|
@ -19,6 +19,7 @@ export function InputToken({
|
|||||||
onChange={(e) => (setToken ? setToken(e.target.value as Token) : null)}
|
onChange={(e) => (setToken ? setToken(e.target.value as Token) : null)}
|
||||||
value={token}
|
value={token}
|
||||||
disabled={!setToken}
|
disabled={!setToken}
|
||||||
|
style={setToken ? { paddingRight: '1.25rem' } : {}}
|
||||||
>
|
>
|
||||||
{isFiat ? (
|
{isFiat ? (
|
||||||
<option value="usd">USD</option>
|
<option value="usd">USD</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user