Fix overflowing page headers (#2008)

* Fix too long page headers

* Update snapshots

* Update snapshots
This commit is contained in:
Michał Droń 2022-05-10 13:25:39 +02:00 committed by GitHub
parent 1e38c14116
commit 8fee2ccd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,9 @@ const useStyles = makeStyles(
display: "flex",
flexDirection: "row",
alignItems: "center",
justifyContent: "space-between"
justifyContent: "space-between",
minWidth: 0,
textOverflow: "ellipsis"
}
}),
{