Skip to content

Commit

Permalink
Merge pull request #2085 from bcgov/feature/ALCS-2226-QA-2
Browse files Browse the repository at this point in the history
2226 QA #2: Apply draft button fix to NOI's
  • Loading branch information
trslater authored Jan 23, 2025
2 parents d470797 + 8658dc9 commit bd38acc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h5>Res #{{ decision.resolutionNumber }}/{{ decision.resolutionYear }}</h5>
</ng-container>

<div
class="revert-to-draft-button"
*ngIf="!decision.isDraft"
matTooltip="{{ disabledCreateBtnTooltip }}"
[matTooltipDisabled]="!isPaused && !isDraftExists"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,16 @@ hr {
}
}

.edit-decision-button {
.edit-decision-button,
.revert-to-draft-button {
grid-row: 1/2;
grid-column: 3/4;
}

.revert-to-draft-button {
text-align: right;
}

.loading-overlay {
position: absolute;
z-index: 2;
Expand Down

0 comments on commit bd38acc

Please sign in to comment.