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
e25b11d4
Commit
e25b11d4
authored
7 years ago
by
Patrick Yeo
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)
parent
4634b39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/input-group.md
+1
-1
docs/4.0/components/input-group.md
with
1 addition
and
1 deletion
+1
-1
docs/4.0/components/input-group.md
+
1
-
1
View file @
e25b11d4
...
...
@@ -50,7 +50,7 @@ Add the relative form sizing classes to the `.input-group` itself and contents w
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
aria-label=
"Username"
aria-describedby=
"sizing-addon1"
>
</div>
<br>
<div
class=
"input-group"
>
<div
class=
"input-group
input-group-sm
"
>
<span
class=
"input-group-addon"
id=
"sizing-addon2"
>
@
</span>
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
aria-label=
"Username"
aria-describedby=
"sizing-addon2"
>
</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