diff options
| author | Mark Otto <[email protected]> | 2013-12-07 16:22:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 16:22:43 -0800 |
| commit | 5e6f9b9a376bdacc8269ccb1b57c22d8f8f4112c (patch) | |
| tree | 0eb2cdbe7a64302fe3fb94d046f87faa3b3b76cd /components.html | |
| parent | 74408de61901b9bd4b7c1f6632ddebc8d21fb167 (diff) | |
| download | bootstrap-5e6f9b9a376bdacc8269ccb1b57c22d8f8f4112c.tar.xz bootstrap-5e6f9b9a376bdacc8269ccb1b57c22d8f8f4112c.zip | |
prevent horizontal scroll on components
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index c515d2030..b686a67d1 100644 --- a/components.html +++ b/components.html @@ -1172,7 +1172,7 @@ base_url: "../" <a class="btn btn-default" role="button">Middle</a> <div class="btn-group"> <a class="btn btn-default dropdown-toggle" data-toggle="dropdown"> - Right dropdown <span class="caret"></span> + Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a></li> |
