90
90
bor der- color : # fafafa ;
91
91
font- size: 0.6875rem;
92
92
box- shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); }
93
-
93
+
94
94
.select-dropdown : hover {
95
95
box-shadow : 0 14px 26px -12px rgba (250 , 250 , 250 , 0.42 ), 0 4px 23px 0px rgba (0 , 0 , 0 , 0.12 ), 0 8px 10px -5px rgba (250 , 250 , 250 , 0.2 );
96
96
}
97
-
97
+
98
98
.select-dropdown : focus ,
99
99
.select-dropdown .focus {
100
100
box-shadow : none, 0 0 0 0.2rem rgba (76 , 175 , 80 , 0.5 );
@@ -194,7 +194,7 @@ letter-spacing: -0.02em;
194
194
display : flex;
195
195
align-items : baseline;
196
196
}
197
-
197
+
198
198
.checkbox-wrapper label {
199
199
font-weight : 600 ;
200
200
font-size : 16px ;
@@ -228,7 +228,7 @@ letter-spacing: -0.02em;
228
228
width : 600px ;
229
229
color : # 65B1EF ;
230
230
}
231
-
231
+
232
232
.title-dropdown {
233
233
width : fit-content !important ;
234
234
margin-top : 20px ;
@@ -237,7 +237,7 @@ letter-spacing: -0.02em;
237
237
.table tbody tr : nth-child (odd) {
238
238
background-color : # 050E19 !important ;
239
239
}
240
-
240
+
241
241
.table tbody tr : nth-child (even) {
242
242
background-color : # 3F4A58 !important ;
243
243
}
@@ -247,7 +247,7 @@ letter-spacing: -0.02em;
247
247
}
248
248
249
249
250
-
250
+
251
251
.custom-select , .buttons-csv , .customizeColumns , .addPattern {
252
252
border-style : solid !important ;
253
253
border-color : # A7BACD !important ;
@@ -346,7 +346,7 @@ div.dt-buttons .btn.processing:after {
346
346
align-items : center;
347
347
/* justify-content: space-between; */
348
348
}
349
-
349
+
350
350
.headerDiv {
351
351
display : flex;
352
352
justify-content : space-between;
@@ -356,6 +356,12 @@ div.dt-buttons .btn.processing:after {
356
356
display : flex;
357
357
align-items : center;
358
358
justify-content : space-between;
359
+ word-wrap : break-word;
360
+ word-break : break-all;
361
+ white-space : normal;
362
+ overflow-wrap : break-word;
363
+ min-width : 100% ;
364
+ max-width : 100% ;
359
365
}
360
366
361
367
.url-icon {
@@ -415,4 +421,10 @@ div.dt-buttons .btn.processing:after {
415
421
div .dt-container div .dt-paging ul .pagination {
416
422
position : absolute;
417
423
right : 60px ;
418
- }
424
+ }
425
+
426
+ .individual_title_input {
427
+ width : 100% ;
428
+ max-width : 100% ;
429
+ min-width : 100% ;
430
+ }
0 commit comments