Skip to content

Commit

Permalink
Merge pull request #1116 from bcgov/feature/ALCS-1256
Browse files Browse the repository at this point in the history
Update Text and CSS
  • Loading branch information
dhaselhan authored Oct 31, 2023
2 parents 1b61066 + bbbe1e3 commit b31c2ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<thead>
<th></th>
<th *ngIf="submission.soilToPlaceVolume !== null">Fill to be Placed</th>
<th *ngIf="submission.soilToRemoveVolume !== null">Fill to be Removed</th>
<th *ngIf="submission.soilToRemoveVolume !== null">Soil to be Removed</th>
</thead>
<tbody>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<thead>
<th></th>
<th *ngIf="submission.soilToPlaceVolume !== null">Fill to be Placed</th>
<th *ngIf="submission.soilToRemoveVolume !== null">Fill to be Removed</th>
<th *ngIf="submission.soilToRemoveVolume !== null">Soil to be Removed</th>
</thead>
<tbody>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Purpose of SRW</h2>
<div class="subtext">Characters left: {{ 4000 - purposeText.textLength }}</div>
</div>

<div class="full-row">
<div>
<label for="total-area">Total area of the SRW</label>
<div class="subtext">Provide in hectares. If SRW is for the whole parcel, indicate total parcel area</div>
<mat-form-field appearance="outline">
Expand Down

0 comments on commit b31c2ac

Please sign in to comment.