Skip to content

Commit 7b1e1d0

Browse files
author
Andrea Barbasso
committed
[DSC-2270] apply container and margin-bottom to metrics box
1 parent 0f4963c commit 7b1e1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metrics/cris-layout-metrics-box.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div [class]="box.style" class="w-100">
1+
<div [class]="box.style" class="w-100 container mb-3">
22
<div *ngIf="metricRows">
33
<!-- PRINT ROWS -->
44
<div ds-metric-row

0 commit comments

Comments
 (0)