Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export default function App({
</AppBar>
<TabPanel value={tab} index={hashMap.info}>
<Grid container direction='row' className={classes.tableBackground}>
<Grid item xs={12} md={6}>
<Grid item xs='auto' md='auto'>
<Box className={classes.content}>
<TableContainer className={classes.legend}>
<Table size='small' aria-label='simple table'>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const useStyles = makeStyles()((theme) => {
alignItems: 'center',
},
title: {
textAlign: 'center',
textAlign: 'left',
verticalAlign: 'middle',
color: theme.palette.text.primary,
fontWeight: 'bold',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/breakpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const breakpoints = {
xs: 0,
sm: 600,
md: 900,
lg: 1200,
lg: 1260,
xl: 1536,
},
}
Expand Down
Loading