mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-30 16:54:43 +00:00
fixes #8642: use .pull-right to keep dropdowns aligned in example
This commit is contained in:
parent
14f688c7fc
commit
8cb1b766f8
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -1682,7 +1682,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<input type="text" class="form-control">
|
||||
<div class="input-group-btn">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu pull-right">
|
||||
<li><a href="#">Action</a></li>
|
||||
<li><a href="#">Another action</a></li>
|
||||
<li><a href="#">Something else here</a></li>
|
||||
|
|
@ -1716,7 +1716,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<input type="text" class="form-control">
|
||||
<div class="input-group-btn">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu pull-right">
|
||||
<li><a href="#">Action</a></li>
|
||||
<li><a href="#">Another action</a></li>
|
||||
<li><a href="#">Something else here</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue