diff --git a/webui/src/App.js b/webui/src/App.js index 2dddb3eb69b6c804eac06191519fccf71b603039..145cd90da215528ade5d6899bd4f18ac335af480 100644 --- a/webui/src/App.js +++ b/webui/src/App.js @@ -19,10 +19,12 @@ const theme = createMuiTheme({ }); const useStyles = makeStyles(theme => ({ + offset: theme.mixins.toolbar, appTitle: { ...theme.typography.h6, color: 'white', textDecoration: 'none', + flexGrow: 1, }, })); @@ -32,13 +34,14 @@ export default function App() { return ( - + git-bug webui +