Commit 27a3cfda0c4ecb3e3f1ec1915039788e58114764

Authored by Mitali Srivastava
1 parent 28c7c459

ca css issue

400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
@@ -74,16 +74,16 @@ @@ -74,16 +74,16 @@
74 </tbody> 74 </tbody>
75 <tbody ng-if="filterstring" class="clstbody"> 75 <tbody ng-if="filterstring" class="clstbody">
76 <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCAlistViewData"> 76 <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCAlistViewData">
77 - <td> 77 + <td style="max-width: 250px;">
78 {{item._Title}} 78 {{item._Title}}
79 </td> 79 </td>
80 - <td> 80 + <td style="max-width: 250px;">
81 {{item._BodyRegion}} 81 {{item._BodyRegion}}
82 </td> 82 </td>
83 - <td> 83 + <td style="min-width: 260px;">
84 {{item._BodySystem}} 84 {{item._BodySystem}}
85 </td> 85 </td>
86 - <td> 86 + <td style="max-width: 280px;">
87 {{item._MedicalSpecialty}} 87 {{item._MedicalSpecialty}}
88 </td> 88 </td>
89 </tr> 89 </tr>