Commit 87689a257f833fe5d0f46608934a67bb1b34848d
1 parent
f88a0e23
Bug #8851: Clinical Animation > Alignment is not display properly in List view.
Showing
1 changed file
with
1 additions
and
1 deletions
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}} | ... | ... |