mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-18 05:29:52 +01:00
Align tables a bit better and add setting to show icons instead of product texts
This commit is contained in:
@@ -199,8 +199,8 @@ export const Summary = ({ characters }: { characters: AccessToken[] }) => {
|
||||
sx={{ width: '100px' }}
|
||||
/>
|
||||
</Box>
|
||||
<TableContainer component={Paper}>
|
||||
<Table size="small" aria-label="a dense table">
|
||||
<TableContainer component={Paper} sx={{ width: '100%' }}>
|
||||
<Table size="small" aria-label="a dense table" sx={{ width: '100%' }}>
|
||||
<TableHead>
|
||||
<TableRow>
|
||||
<TableCell width="20%">
|
||||
|
||||
Reference in New Issue
Block a user