|
@@ -548,10 +548,10 @@ export default {
|
548
|
548
|
|
549
|
549
|
<style>
|
550
|
550
|
.throwPerson .elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell {
|
551
|
|
- white-space: wrap !important;
|
|
551
|
+ white-space: normal !important;
|
552
|
552
|
}
|
553
|
553
|
.throwPerson .elx-header--column.col--ellipsis>.elx-cell .elx-cell--title {
|
554
|
|
- white-space: wrap !important;
|
|
554
|
+ white-space: normal !important;
|
555
|
555
|
}
|
556
|
556
|
.throwPerson .elx-header--column .elx-cell--title {
|
557
|
557
|
line-height: 1.2 !important;
|