Skip to content

Commit

Permalink
Place bemerkung field on separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov committed Aug 2, 2022
1 parent 08f0d01 commit 8b2260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientApp/src/components/BohrprofilForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function BohrprofilForm(props) {
multiline
label="Bemerkungen zum Bohrprofil"
type="text"
sx={{ width: "47%" }}
sx={{ width: "100%" }}
variant="standard"
{...register("bemerkung")}
/>
Expand Down

0 comments on commit 8b2260a

Please sign in to comment.