Skip to content

Commit

Permalink
Use fullWidth property
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov committed Aug 2, 2022
1 parent 8b2260a commit 44de1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: "100%" }}
fullWidth
variant="standard"
{...register("bemerkung")}
/>
Expand Down Expand Up @@ -359,7 +359,7 @@ export default function BohrprofilForm(props) {
multiline
label="Bemerkungen zur Qualitätsangabe"
type="text"
sx={{ width: "100%" }}
fullWidth
variant="standard"
{...register("qualitaetBemerkung")}
/>
Expand Down

0 comments on commit 44de1af

Please sign in to comment.