Browse Source

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

Enrico Berti 8 years ago
parent
commit
7bb6420

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

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