Skip to content

Commit

Permalink
Merge Update labels and positions to match UI mockup (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Aug 2, 2022
2 parents e0eb6e1 + 44de1af commit 1427e05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ClientApp/src/components/BohrprofilForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ export default function BohrprofilForm(props) {
InputLabelProps={{ shrink: field.value != null }}
margin="normal"
multiline
label="Bemerkung zum Bohrprofil"
label="Bemerkungen zum Bohrprofil"
type="text"
sx={{ width: "47%" }}
fullWidth
variant="standard"
{...register("bemerkung")}
/>
Expand All @@ -224,7 +224,7 @@ export default function BohrprofilForm(props) {
value={field.value}
sx={{ marginRight: "6%", width: "47%" }}
margin="normal"
label="Terrainkote der Bohrung [m]"
label="Terrainkote der Bohrung [m ü. M.]"
type="number"
variant="standard"
{...register("kote")}
Expand All @@ -242,7 +242,7 @@ export default function BohrprofilForm(props) {
value={field.value}
sx={{ width: "47%" }}
margin="normal"
label="Endtiefe der Bohrung [m]"
label="Endtiefe der Bohrung [m u. T.]"
type="number"
variant="standard"
{...register("endteufe")}
Expand Down Expand Up @@ -360,9 +360,9 @@ export default function BohrprofilForm(props) {
InputLabelProps={{ shrink: field.value != null }}
margin="normal"
multiline
label="Bemerkung zur Qualitätsangabe"
label="Bemerkungen zur Qualitätsangabe"
type="text"
sx={{ width: "100%" }}
fullWidth
variant="standard"
{...register("qualitaetBemerkung")}
/>
Expand Down Expand Up @@ -403,7 +403,7 @@ export default function BohrprofilForm(props) {
<Table name="schichten-table" size="small">
<TableHead>
<TableRow>
<TableCell>Tiefe [m u.T]</TableCell>
<TableCell>Tiefe [m u. T.]</TableCell>
<TableCell>Schichtgrenze</TableCell>
<TableCell></TableCell>
</TableRow>
Expand Down

0 comments on commit 1427e05

Please sign in to comment.