diff options
| author | 汪心禾 <[email protected]> | 2023-02-02 23:20:38 +0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-02-04 17:40:51 +0700 |
| commit | aff8f0dc9ae0ca34f4239c9395433179d1438fe6 (patch) | |
| tree | 49afe85642a3ce3172fef77f3420fee307a5ef5d | |
| parent | 99e37244592b67d873ac563b2f172073fdd50287 (diff) | |
| download | bootstrap-aff8f0dc9ae0ca34f4239c9395433179d1438fe6.tar.xz bootstrap-aff8f0dc9ae0ca34f4239c9395433179d1438fe6.zip | |
Remove redundant space in forms/validation.md
| -rw-r--r-- | site/content/docs/5.3/forms/validation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/forms/validation.md b/site/content/docs/5.3/forms/validation.md index d16a2d9f8..cf2a87e80 100644 --- a/site/content/docs/5.3/forms/validation.md +++ b/site/content/docs/5.3/forms/validation.md @@ -127,7 +127,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t <label for="validationDefaultUsername" class="form-label">Username</label> <div class="input-group"> <span class="input-group-text" id="inputGroupPrepend2">@</span> - <input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required> + <input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required> </div> </div> <div class="col-md-6"> |
