Skip to content

Commit

Permalink
Merge pull request #1178 from hackforla/issue1022
Browse files Browse the repository at this point in the history
fix #1022
  • Loading branch information
entrotech committed Jun 8, 2022
2 parents 787ed35 + 7d98248 commit 504474f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const useStyles = createUseStyles({
margin: "1em",
display: "flex",
flexDirection: "row",
justifyContent: "center"
justifyContent: "flex-end"
},
numberFieldWrapper: {
marginBottom: "2em",
Expand Down Expand Up @@ -44,7 +44,7 @@ const useStyles = createUseStyles({
calcUnitsCaption: {
flexBasis: "33%",
marginRight: "0.5em",
textAlign: "center",
textAlign: "left",
flexGrow: "0",
flexShrink: "1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ const useStyles = createUseStyles({
textAlign: "center"
},
input: {
padding: "8px 5em 8px 8px",
padding: "8px 4em 8px 8px",
textAlign: "right",
margin: ".5em auto",
height: 45,
width: "50%"
width: "50%",
fontSize: "large"
},
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,13 +31,13 @@ const useStyles = createUseStyles({
}
},
PLValue: {
marginLeft: ".5em",
marginLeft: "1.2em",
fontSize: 40,
fontWeight: "bold",
width: "2em",
textAlign: "right",
position: "relative",
bottom: 6
bottom: 6,
textAlign: "right"
},
PLLabel: {
flex: 2,
Expand Down

0 comments on commit 504474f

Please sign in to comment.