소스 검색

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

aBabiichuk 11 년 전
부모
커밋
b8a3d399a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 -->