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.
@@ -1358,7 +1358,7 @@
1358
1358
  display: grid;
1359
1359
  grid-template-columns: 1fr 1fr;
1360
1360
  align-items: center;
1361
- padding-right: 25px;
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
+ }