Skip to content

Commit

Permalink
add pull-right to dropdown menu. Fix #133
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Mar 22, 2016
1 parent ba49059 commit f9118d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<button type="button" class="btn btn-default btn-sm dropdown-toggle dropdown-menu-right" data-toggle="dropdown" aria-expanded="false">
Action <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<ul class="dropdown-menu pull-right" role="menu">

0 comments on commit f9118d5

Please sign in to comment.