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>
<TableHead>
<TableRow>
<TableCell>
<TableCell width="25%">
<strong>Kennzahl</strong>
</TableCell>
<TableCell>
<TableCell width="60%">
<strong>Wert</strong>
</TableCell>
<TableCell align="center">
<TableCell align="center" width="15%">
<Box sx={{ display: "flex", alignItems: "center", justifyContent: "center", gap: 1 }}>
<strong>Seite</strong>
</Box>

View File

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