dcp-design-react 1.12.4 → 1.12.5

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.
@@ -361,8 +361,20 @@
361
361
  position: relative;
362
362
  left: 0;
363
363
  top: 0;
364
+ &.no-group {
365
+ .row-item:last-child {
366
+ .table-cell {
367
+ border-bottom: 1px solid @--border-color-secondary;
368
+ }
369
+ .cell--indent {
370
+ height: fill-available;
371
+ height: -webkit-fill-available;
372
+ }
373
+ }
374
+ }
364
375
  .group-label {
365
376
  position: absolute;
377
+ box-sizing: content-box;
366
378
  border: 1px solid @--border-color-secondary;
367
379
  background-color: #fff;
368
380
  overflow: hidden;
@@ -404,11 +416,6 @@
404
416
  .row-item {
405
417
  position: absolute;
406
418
  border-left: 1px solid @--border-color-secondary;
407
- &.last {
408
- .table-cell {
409
- border-bottom: 1px solid @--border-color-secondary;
410
- }
411
- }
412
419
  .table-row {
413
420
  display: flex;
414
421
  align-items: center;
@@ -31705,8 +31705,17 @@ body {
31705
31705
  left: 0;
31706
31706
  top: 0;
31707
31707
  }
31708
+ .qm-pivot-grid__layout .container.no-group .row-item:last-child .table-cell {
31709
+ border-bottom: 1px solid #e8e8e8;
31710
+ }
31711
+ .qm-pivot-grid__layout .container.no-group .row-item:last-child .cell--indent {
31712
+ height: -moz-available;
31713
+ height: fill-available;
31714
+ height: -webkit-fill-available;
31715
+ }
31708
31716
  .qm-pivot-grid__layout .container .group-label {
31709
31717
  position: absolute;
31718
+ box-sizing: content-box;
31710
31719
  border: 1px solid #e8e8e8;
31711
31720
  background-color: #fff;
31712
31721
  overflow: hidden;
@@ -31747,9 +31756,6 @@ body {
31747
31756
  position: absolute;
31748
31757
  border-left: 1px solid #e8e8e8;
31749
31758
  }
31750
- .qm-pivot-grid__layout .container .row-item.last .table-cell {
31751
- border-bottom: 1px solid #e8e8e8;
31752
- }
31753
31759
  .qm-pivot-grid__layout .container .row-item .table-row {
31754
31760
  display: flex;
31755
31761
  align-items: center;