Skip to content

Commit

Permalink
Merge Unify layout of tables in bohrprofil form #253
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt authored Aug 4, 2022
2 parents 7650632 + 45c5e77 commit 1875397
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ClientApp/src/components/BohrprofilForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ export default function BohrprofilForm(props) {
<Table name="schichten-table" size="small">
<TableHead>
<TableRow>
<TableCell>Tiefe [m u. T.]</TableCell>
<TableCell>Schichtgrenze</TableCell>
<TableCell></TableCell>
<TableCell sx={{ width: "25%", wordBreak: "break-all" }}>Tiefe [m u. T.]</TableCell>
<TableCell sx={{ width: "40%", wordBreak: "break-all" }}>Schichtgrenze</TableCell>
<TableCell sx={{ width: "35%", wordBreak: "break-all" }}></TableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down Expand Up @@ -527,9 +527,9 @@ export default function BohrprofilForm(props) {
<Table name="vorkommnisse-table" size="small">
<TableHead>
<TableRow>
<TableCell>Tiefe [m u.T]</TableCell>
<TableCell>Typ</TableCell>
<TableCell></TableCell>
<TableCell sx={{ width: "25%", wordBreak: "break-all" }}>Tiefe [m u.T]</TableCell>
<TableCell sx={{ width: "40%", wordBreak: "break-all" }}>Typ</TableCell>
<TableCell sx={{ width: "35%", wordBreak: "break-all" }}></TableCell>
</TableRow>
</TableHead>
<TableBody>
Expand Down

0 comments on commit 1875397

Please sign in to comment.