diff --git a/src/components/editor/faultTree/menu/faultEvent/FaultEventMenu.styles.tsx b/src/components/editor/faultTree/menu/faultEvent/FaultEventMenu.styles.tsx index 503131ce..131cc8fd 100644 --- a/src/components/editor/faultTree/menu/faultEvent/FaultEventMenu.styles.tsx +++ b/src/components/editor/faultTree/menu/faultEvent/FaultEventMenu.styles.tsx @@ -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,