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
77393889
Commit
77393889
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'patch-1' of
https://github.com/heikojansen/bootstrap
into heikojansen-patch-1
parents
9a03d7ef
38682f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/dropdowns.md
+2
-2
docs/4.0/components/dropdowns.md
with
2 additions
and
2 deletions
+2
-2
docs/4.0/components/dropdowns.md
+
2
-
2
View file @
77393889
...
...
@@ -316,7 +316,7 @@ Button dropdowns work with buttons of all sizes, including default and split dro
</div>
</div>
<div
class=
"btn-group"
>
<button
class=
"btn btn-secondary btn-lg
dropdown-toggle"
type=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false
"
>
<button
class=
"btn btn-secondary btn-lg
"
type=
"button
"
>
Large button
</button>
<button
type=
"button"
class=
"btn btn-lg btn-secondary dropdown-toggle dropdown-toggle-split"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
...
...
@@ -337,7 +337,7 @@ Button dropdowns work with buttons of all sizes, including default and split dro
</div>
</div>
<div
class=
"btn-group"
>
<button
class=
"btn btn-secondary btn-sm
dropdown-toggle"
type=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false
"
>
<button
class=
"btn btn-secondary btn-sm
"
type=
"button
"
>
Small button
</button>
<button
type=
"button"
class=
"btn btn-sm btn-secondary dropdown-toggle dropdown-toggle-split"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
...
...
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