ca-components 1.7.82 → 1.7.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/scss/input-dropdown-test.scss +6 -2
- package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +3 -3
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +3 -3
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +4 -1
- package/fesm2022/ca-components.mjs +9 -6
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
display: grid;
|
|
1359
1359
|
grid-template-columns: 1fr 1fr;
|
|
1360
1360
|
align-items: center;
|
|
1361
|
-
padding-right:
|
|
1361
|
+
padding-right: 5px;
|
|
1362
1362
|
|
|
1363
1363
|
.load-shipper-status-text {
|
|
1364
1364
|
&.in-option {
|
|
@@ -1391,6 +1391,10 @@
|
|
|
1391
1391
|
color: $bw5;
|
|
1392
1392
|
font-size: 11px;
|
|
1393
1393
|
font-weight: 400;
|
|
1394
|
+
white-space: nowrap;
|
|
1395
|
+
max-width: 100%;
|
|
1396
|
+
text-overflow: ellipsis;
|
|
1397
|
+
overflow: hidden;
|
|
1394
1398
|
|
|
1395
1399
|
&.active {
|
|
1396
1400
|
color: #6f9ee0;
|
|
@@ -2027,4 +2031,4 @@
|
|
|
2027
2031
|
font-weight: 700;
|
|
2028
2032
|
}
|
|
2029
2033
|
}
|
|
2030
|
-
}
|
|
2034
|
+
}
|