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
308114f6
Commit
308114f6
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
throw some margin utils to fix spacing
parent
96986bb4
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 @
308114f6
...
@@ -544,7 +544,7 @@ When you need to place plain text next to a form label within a form, use the `.
...
@@ -544,7 +544,7 @@ When you need to place plain text next to a form label within a form, use the `.
<label
class=
"sr-only"
>
Email
</label>
<label
class=
"sr-only"
>
Email
</label>
<p class="form-control-static">email@example.com</p>
<p class="form-control-static">email@example.com</p>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group
mx-sm-3
"
>
<label
for=
"inputPassword2"
class=
"sr-only"
>
Password
</label>
<label
for=
"inputPassword2"
class=
"sr-only"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword2"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword2"
placeholder=
"Password"
>
</div>
</div>
...
...
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