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 74 </tbody>
75 75 <tbody ng-if="filterstring" class="clstbody">
76 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 78 {{item._Title}}
79 79 </td>
80   - <td>
  80 + <td style="max-width: 250px;">
81 81 {{item._BodyRegion}}
82 82 </td>
83   - <td>
  83 + <td style="min-width: 260px;">
84 84 {{item._BodySystem}}
85 85 </td>
86   - <td>
  86 + <td style="max-width: 280px;">
87 87 {{item._MedicalSpecialty}}
88 88 </td>
89 89 </tr>
... ...