Fix overflowing page headers (#2008)
* Fix too long page headers * Update snapshots * Update snapshots
This commit is contained in:
parent
1e38c14116
commit
8fee2ccd4b
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ const useStyles = makeStyles(
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "space-between"
|
justifyContent: "space-between",
|
||||||
|
minWidth: 0,
|
||||||
|
textOverflow: "ellipsis"
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue