浏览代码

HUE-5976 [assist] The sort dropdown aligns to the left

Enrico Berti 8 年之前
父节点
当前提交
a3bf64f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      desktop/core/src/desktop/templates/assist.mako

+ 2 - 2
desktop/core/src/desktop/templates/assist.mako

@@ -724,8 +724,8 @@ from notebook.conf import ENABLE_QUERY_BUILDER
         <label class="checkbox inline-block margin-left-5"><input type="checkbox" data-bind="checked: filter.showViews" />${_('Views')}</label>
         <!-- ko if: filter.enableActiveFilter --><label class="checkbox inline-block margin-left-5"><input type="checkbox" data-bind="checked: filter.showActive" />${_('Active')}</label><!-- /ko -->
         <!-- ko if: $parent.activeSort -->
-        <span class="margin-left-5">
-          <a data-toggle="dropdown" href="javascript:void(0)">
+        <span class="margin-left-10" style="position: absolute">
+          <a class="inactive-action" data-toggle="dropdown" href="javascript:void(0)">
             <i class="pointer fa fa-sort" title="${_('Sort')}"></i> ${_('Sort')}
           </a>
           <ul class="dropdown-menu hue-inner-drop-down" style="top: initial; left: inherit; position: fixed; z-index:10000;">