Skip to content

Commit

Permalink
[Fix #625] Fixed alignment of failure rates
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Dec 9, 2024
1 parent 7cf570c commit 18abad7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ const useStyles = makeStyles()((theme: Theme) => ({
marginRight: 8,
fontSize: 16,
color: theme.main.black,
whiteSpace: "nowrap",
},
eventPropertyRow: {
color: theme.main.grey,
display: "flex",
flexDirection: "row",
alignItems: "center",
alignItems: "flex-end",
gap: "1rem",
width: "100%",
},
selected: {
color: theme.main.black,
Expand Down

0 comments on commit 18abad7

Please sign in to comment.