From 58be4d7237cf1fd01977de765456a1dfbbe29ca8 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 24 Sep 2020 15:58:08 -0400 Subject: [PATCH] Move width declaration to JSS --- src/components/ItemViewAppBar/ItemViewAppBar.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.js b/src/components/ItemViewAppBar/ItemViewAppBar.js index 448e626..e45094e 100644 --- a/src/components/ItemViewAppBar/ItemViewAppBar.js +++ b/src/components/ItemViewAppBar/ItemViewAppBar.js @@ -12,13 +12,16 @@ export default function ItemViewAppBar(props){ title: { flexGrow: "1" }, + appBarRoot: { + width: "inherit" + } })); const classes = useStyles(props.theme); return( <> - +