Do not break white space
This commit is contained in:
parent
c862cc1eae
commit
a1b8cba07b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue