浏览代码

HUE-991 [beeswax] Clicking on 'collapse' on result page misalign the table and its button

Removed left margin from the expanded table
Enrico Berti 13 年之前
父节点
当前提交
1a21529
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      apps/beeswax/src/beeswax/templates/watch_results.mako

+ 4 - 0
apps/beeswax/src/beeswax/templates/watch_results.mako

@@ -56,6 +56,10 @@ ${layout.menubar(section='query')}
     white-space: nowrap;
   }
 
+  .noLeftMargin {
+    margin-left: 0!important;
+  }
+
 </style>
 
 <div class="container-fluid">