Skip to content

Commit

Permalink
Merge pull request #666 from kbss-cvut/fix-table-alignment
Browse files Browse the repository at this point in the history
[Fix #625] Fixed alignment of failure rates
  • Loading branch information
blcham authored Dec 9, 2024
2 parents 7cf570c + 18abad7 commit 3fd0c6c
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 3fd0c6c

Please sign in to comment.