wordwrap : ps
This commit is contained in:
parent
32db33d774
commit
69d9a1406a
@ -22,6 +22,9 @@ td,th {
|
|||||||
th {
|
th {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
} */
|
} */
|
||||||
|
.word-break{
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="bower_components/ng-table-excel-export/ng-table-excel-export.min.js">
|
<script type="text/javascript" src="bower_components/ng-table-excel-export/ng-table-excel-export.min.js">
|
||||||
|
|
||||||
@ -193,7 +196,7 @@ td,th {
|
|||||||
<td>{{p.univ}}</td>
|
<td>{{p.univ}}</td>
|
||||||
<td>{{p.course}}</td>
|
<td>{{p.course}}</td>
|
||||||
<td>{{p.prsStatus}}</td>
|
<td>{{p.prsStatus}}</td>
|
||||||
<td>{{p.cmnts}}</td>
|
<td class="word-break">{{p.cmnts}}</td>
|
||||||
<td>{{p.activity}}</td>
|
<td>{{p.activity}}</td>
|
||||||
<td>{{p.AssignTo}}</td>
|
<td>{{p.AssignTo}}</td>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user