Skip to content

Commit e0c5e70

Browse files
committed
style(dashboard): adjust padding and layout for improved UI consistency
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 483f9a0 commit e0c5e70

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

frontend/src/app/dashboard/dashboard-overview/dashboard-overview.component.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="container-fluid dashboard-container px-1 pt-2">
1+
<div class="container-fluid dashboard-container px-3 pt-2">
22
<div *ngIf="!pdfExport" class="d-flex justify-content-between align-items-center mb-2">
33
<h5 class="card-title label-header mb-0 text-uppercase label-header">Overview</h5>
44
<div class="header-elements d-flex justify-content-end align-items-center">
@@ -16,10 +16,13 @@ <h5 class="card-title label-header mb-0 text-uppercase label-header">Overview</h
1616
<div *ngIf="!preparingPrint" class="report-loading"></div>
1717
<app-utm-report-header *ngIf="pdfExport" [reportName]="'UTMSTACK Overview'"></app-utm-report-header>
1818
<div class="h-100 overflow-hidden pb-3" [ngClass]="{'mt-3':pdfExport}" id="utmDashboardAlert">
19-
<div class="w-100 border-bottom-grey-100 border-bottom-1 mb-6 pb-2">
20-
<label class="font-weight-bold text-uppercase">Alerts</label>
21-
</div>
22-
<div class="d-flex overflow-auto flex-column h-100 m-h-0 px-2">
19+
20+
<div class="d-flex overflow-auto flex-column h-100 m-h-0 px-1">
21+
22+
<div class="w-100 border-bottom-grey-100 border-bottom-1 mb-3 pb-2">
23+
<label class="font-weight-bold text-uppercase">Alerts</label>
24+
</div>
25+
2326
<div class="row">
2427
<div class="col-lg-4 col-md-12 col-sm-12">
2528
<app-chart-alert-daily-week (loaded)="onRun()"></app-chart-alert-daily-week>

0 commit comments

Comments
 (0)