Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2cad7176
Commit
2cad7176
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
space that out a smidge
parent
4cd42696
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/forms.md
+1
-1
docs/components/forms.md
with
1 addition
and
1 deletion
+1
-1
docs/components/forms.md
+
1
-
1
View file @
2cad7176
...
@@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
...
@@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
<form
class=
"form-inline"
>
<form
class=
"form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"inputPassword4"
>
Password
</label>
<label
for=
"inputPassword4"
>
Password
</label>
<input
type=
"password"
id=
"inputPassword4"
class=
"form-control"
aria-describedby=
"passwordHelpInline"
>
<input
type=
"password"
id=
"inputPassword4"
class=
"form-control
mx-sm-3
"
aria-describedby=
"passwordHelpInline"
>
<small
id=
"passwordHelpInline"
class=
"text-muted"
>
<small
id=
"passwordHelpInline"
class=
"text-muted"
>
Must be 8-20 characters long.
Must be 8-20 characters long.
</small>
</small>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment