Browse Source

HUE-6077 [frontend] Add table styles to the search row details

Enrico Berti 8 years ago
parent
commit
7bb6420
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 1 - 1
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -1143,7 +1143,7 @@ ${ dashboard.layout_skeleton() }
       </a>
     </div>
     <div class="document-details pull-left">
-      <table>
+      <table class="table table-condensed">
         <tbody data-bind="foreach: details">
           <tr data-bind="css: {'readonly': ! $parent.showEdit()}">
              <th class="grid-th" data-bind="text: key"></th>