Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Merge tag 'v1.0.4' into develop
Browse files Browse the repository at this point in the history
1.0.4
  • Loading branch information
anxolin committed Jun 23, 2020
2 parents 345e456 + be6a885 commit 96dd57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/dex-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "src/index.js",
"sideEffects": false,
Expand Down
8 changes: 2 additions & 6 deletions src/components/TradeWidget/Price.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ export const PriceInputBox = styled.div<{ hidden?: boolean }>`
label > div:not(.radio-container) {
position: absolute;
min-width: 7.7rem;
max-width: 10rem;
right: 1rem;
top: 0;
bottom: 0;
Expand All @@ -116,14 +114,12 @@ export const PriceInputBox = styled.div<{ hidden?: boolean }>`
}
> small:not(:nth-child(2)) {
font-size: inherit;
max-width: 47%;
max-width: 6ch;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
> small:nth-child(2) {
max-width: 10%;
min-width: min-content;
margin: 0 0.3rem;
font-size: 1rem;
}
Expand All @@ -141,7 +137,7 @@ export const PriceInputBox = styled.div<{ hidden?: boolean }>`
box-sizing: border-box;
border-bottom: 0.2rem solid transparent;
font-weight: var(--font-weight-normal);
padding: 0 11.1rem 0 1rem;
padding: 0 15ch 0 1rem;
outline: 0;
@media ${MEDIA.mobile} {
Expand Down

0 comments on commit 96dd57d

Please sign in to comment.