Skip to content

Commit

Permalink
change in css props to align values
Browse files Browse the repository at this point in the history
  • Loading branch information
poorvarathore05 committed Jun 6, 2022
1 parent f4b5432 commit 7d98248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useStyles = createUseStyles({
textAlign: "center"
},
input: {
padding: "8px 5em 8px 4px",
padding: "8px 4em 8px 8px",
textAlign: "right",
margin: ".5em auto",
height: 45,
Expand All @@ -33,7 +33,7 @@ const useStyles = createUseStyles({
},
unit: {
position: "relative",
marginLeft: "-3.5em"
marginLeft: "-70px"
},
error: {
color: "red"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ const useStyles = createUseStyles({
}
},
PLValue: {
marginLeft: "1.5em",
marginLeft: "1.2em",
fontSize: 40,
fontWeight: "bold",
width: "2em",
position: "relative",
bottom: 6
bottom: 6,
textAlign: "right"
},
PLLabel: {
flex: 2,
Expand Down

0 comments on commit 7d98248

Please sign in to comment.