Fixed table columns sizing always changing widths

pull/78/head
s8613 2025-06-17 13:05:13 +02:00
parent eea2d015b2
commit f205165350
2 changed files with 5 additions and 5 deletions

View File

@ -182,13 +182,13 @@ export default function KennzahlenTable({
<Table> <Table>
<TableHead> <TableHead>
<TableRow> <TableRow>
<TableCell> <TableCell width="25%">
<strong>Kennzahl</strong> <strong>Kennzahl</strong>
</TableCell> </TableCell>
<TableCell> <TableCell width="60%">
<strong>Wert</strong> <strong>Wert</strong>
</TableCell> </TableCell>
<TableCell align="center"> <TableCell align="center" width="15%">
<Box sx={{ display: "flex", alignItems: "center", justifyContent: "center", gap: 1 }}> <Box sx={{ display: "flex", alignItems: "center", justifyContent: "center", gap: 1 }}>
<strong>Seite</strong> <strong>Seite</strong>
</Box> </Box>

View File

@ -240,10 +240,10 @@ function ExtractedResultsPage() {
<Table> <Table>
<TableHead> <TableHead>
<TableRow> <TableRow>
<TableCell> <TableCell width="85%">
<strong>Gefundene Werte</strong> <strong>Gefundene Werte</strong>
</TableCell> </TableCell>
<TableCell align="center"> <TableCell align="center" width="15%">
<strong>Seite</strong> <strong>Seite</strong>
</TableCell> </TableCell>
</TableRow> </TableRow>