Set row action dropdown to right-align

Added dropdown-menu-right to row action dropdowns so that
menus with long titles don't extend out of the view.

Change-Id: Ifafeec3a79e6b8e42381405039d0d0dcf3cd7d71
Closes-Bug: #1392394
Closes-Bug: #1300868
This commit is contained in:
Kelly Domico 2014-11-13 09:30:03 -08:00 committed by Lin Hua Cheng
parent b17ba715aa
commit 64fdf2bfc1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" href="#">
<span class="caret"></span>
</a>
<ul class="dropdown-menu row_actions clearfix">
<ul class="dropdown-menu row_actions dropdown-menu-right clearfix">
{% else %}
<li class="clearfix">
{% include "horizon/common/_data_table_row_action_dropdown.html" %}