Skip to content

Commit

Permalink
test: remove this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 14, 2024
1 parent 612427e commit 18463ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/forms/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ That is why mandatory input fields require an additional `<span class="visually-
<form>
<fieldset>
<div class="mb-3">
<label for="requiredTextInput" class="form-label is-required">Required input<span class="visually-hidden"> (required)</span></label>
<label for="requiredTextInput" class="form-label is-required">It may happen that the required input has a very long label name that goes on a second line<span class="visually-hidden"> (required)</span></label>
<input type="text" id="requiredTextInput" class="form-control" placeholder="Required input" required>
</div>
<div class="mb-3">
Expand Down

0 comments on commit 18463ad

Please sign in to comment.