Do not break white space

This commit is contained in:
dominik-zeglen 2020-09-09 10:59:09 +02:00
parent c862cc1eae
commit a1b8cba07b

View file

@ -105,7 +105,8 @@ const useStyles = makeStyles(
background: "none",
border: "none",
color: fade(theme.palette.text.primary, 0.6),
textAlign: "left"
textAlign: "left",
whiteSpace: "nowrap"
}
}),
{