diff --git a/web/features/src/app.tsx b/web/features/src/app.tsx index ae3aa32a3a..152c339395 100644 --- a/web/features/src/app.tsx +++ b/web/features/src/app.tsx @@ -58,7 +58,9 @@ const useStyles = makeStyles({ }, searchContainer: { display: 'flex', - width: '100%' + flexWrap: 'wrap', + width: '100%', + ...shorthands.gap('1em') }, searchInput: { flexGrow: 5 @@ -238,7 +240,7 @@ function App() { ) } /> - + { branches.map((branch) => (