Browse Source

AMBARI-4426 Service Actions menu items get cut off. (ababiichuk)

aBabiichuk 11 years ago
parent
commit
b8a3d399a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/templates/main/service/item.hbs

+ 1 - 1
ambari-web/app/templates/main/service/item.hbs

@@ -46,7 +46,7 @@
         {{t services.service.actions.serviceActions}}
         <span class="caret"></span>
       </a>
-      <ul class="dropdown-menu">
+      <ul class="pull-right dropdown-menu">
         <!-- dropdown menu links -->
 
         <!-- Start/Stop service actions -->