Commit 70a656e8fde66ad120864ff3bdae914d49203842

Authored by Nikita Kulshreshtha
2 parents 4e0e17fa 87689a25

Merge branch '8851_CA_List_Align' into Develop

400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... ... @@ -72,7 +72,7 @@
72 72 </td>
73 73 </tr>
74 74 </tbody>
75   - <tbody ng-if="filterstring" class="clstbody">
  75 + <tbody ng-if="filterstring" class="clstbodyca">
76 76 <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCAListViewData">
77 77 <td style="max-width: 250px;">
78 78 {{item._Title}}
... ...