10
10
11
11
table {
12
12
width : 100% ;
13
- }
13
+ }
14
+
15
+
16
+ .mat-column-date , .mat-column-level , .mat-column-origin , .mat-column-message {
17
+ word-wrap : break-word !important ;
18
+ white-space : unset !important ;
19
+ flex : 0 0 auto !important ;
20
+ width : 25% !important ;
21
+ overflow-wrap : break-word;
22
+ word-wrap : break-word;
23
+
24
+ word-break : break-word;
25
+
26
+ -ms-hyphens : auto;
27
+ -moz-hyphens : auto;
28
+ -webkit-hyphens : auto;
29
+ hyphens : auto;
30
+ }
31
+
32
+ .mat-column-date {
33
+ flex : 0 0 15% !important ;
34
+ width : 15% !important ;
35
+ }
36
+
37
+ .mat-column-level {
38
+ flex : 0 0 5% !important ;
39
+ width : 5% !important ;
40
+ }
41
+
42
+ .mat-column-origin {
43
+ flex : 0 0 25% !important ;
44
+ width : 25% !important ;
45
+ }
46
+
47
+ .mat-column-message {
48
+ flex : 0 0 55% !important ;
49
+ width : 55% !important ;
50
+ }
51
+
52
+ /*
53
+ .mat-column-emailid {
54
+ word-wrap: break-word !important;
55
+ white-space: unset !important;
56
+ flex: 0 0 25% !important;
57
+ width: 25% !important;
58
+ overflow-wrap: break-word;
59
+ word-wrap: break-word;
60
+
61
+ word-break: break-word;
62
+
63
+ -ms-hyphens: auto;
64
+ -moz-hyphens: auto;
65
+ -webkit-hyphens: auto;
66
+ hyphens: auto;
67
+ }
68
+
69
+ .mat-column-contactno {
70
+ word-wrap: break-word !important;
71
+ white-space: unset !important;
72
+ flex: 0 0 17% !important;
73
+ width: 17% !important;
74
+ overflow-wrap: break-word;
75
+ word-wrap: break-word;
76
+
77
+ word-break: break-word;
78
+
79
+ -ms-hyphens: auto;
80
+ -moz-hyphens: auto;
81
+ -webkit-hyphens: auto;
82
+ hyphens: auto;
83
+ }
84
+
85
+ .mat-column-userimage {
86
+ word-wrap: break-word !important;
87
+ white-space: unset !important;
88
+ flex: 0 0 8% !important;
89
+ width: 8% !important;
90
+ overflow-wrap: break-word;
91
+ word-wrap: break-word;
92
+
93
+ word-break: break-word;
94
+
95
+ -ms-hyphens: auto;
96
+ -moz-hyphens: auto;
97
+ -webkit-hyphens: auto;
98
+ hyphens: auto;
99
+ }
100
+
101
+ .mat-column-userActivity {
102
+ word-wrap: break-word !important;
103
+ white-space: unset !important;
104
+ flex: 0 0 10% !important;
105
+ width: 10% !important;
106
+ overflow-wrap: break-word;
107
+ word-wrap: break-word;
108
+
109
+ word-break: break-word;
110
+
111
+ -ms-hyphens: auto;
112
+ -moz-hyphens: auto;
113
+ -webkit-hyphens: auto;
114
+ hyphens: auto;
115
+ } */
0 commit comments