Skip to content

Commit

Permalink
Merge pull request #1932 from bcgov/feature/ALCS-2229-layout-adjustments
Browse files Browse the repository at this point in the history
ALCS-2229 added padding bottom on type
  • Loading branch information
fbarreta authored Oct 22, 2024
2 parents b4e3cf2 + a335536 commit c0b806c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</ng-container>
<ng-template #validFloorArea>
<span [class.strong]="isReviewStep">{{ structure.area }} <span matTextSuffix>(m<sup>2</sup>)</span></span>
<span [class.strong]="isReviewStep">{{ structure.area }} <span matTextSuffix>m<sup>2</sup></span></span>
</ng-template>
</div>
<div class="line-info-type">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mat-card-content {
}

.line-info-type {
padding-bottom: rem(5);
padding-bottom: rem(15);
}

.text-error {
Expand Down

0 comments on commit c0b806c

Please sign in to comment.