Skip to content

Commit

Permalink
separate css
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 14, 2024
1 parent 080b233 commit 9522999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interface/src/app/plan/plan.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>
<div *appFeatureFlag="'new_planning_area'">
<div class="plan-summary-panel" *ngIf="showOverview$ | async">
<div class="plan-summary-panel full-height" *ngIf="showOverview$ | async">
<app-area-notes [plan]="plan"></app-area-notes>
</div>
</div>
Expand Down
7 changes: 6 additions & 1 deletion src/interface/src/app/plan/plan.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@
box-sizing: border-box;
display: block;
width: 300px;
height: 100%;

::ng-deep .mat-tab-body-wrapper {
height: 100%;
}

}

//feature flagged style
.full-height {
height: 100%;
}

.plan-progress-panel {
background-color: white;
Expand Down

0 comments on commit 9522999

Please sign in to comment.