From 2c7562e18d999eedcb5ff538649b388d3048907b Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 12 Feb 2025 13:57:01 -0700 Subject: [PATCH] add class --- projects/example/src/app/plot-app/plot-app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/example/src/app/plot-app/plot-app.component.html b/projects/example/src/app/plot-app/plot-app.component.html index 91296c8..62d68d3 100644 --- a/projects/example/src/app/plot-app/plot-app.component.html +++ b/projects/example/src/app/plot-app/plot-app.component.html @@ -40,7 +40,7 @@ <!-- App content --> <nshmp-template-main-content> - <mat-tab-group> + <mat-tab-group class="height-full"> <mat-tab label="Plots"> <div class="padding-x-1 padding-top-2"> <mat-accordion> -- GitLab