Skip to content

Commit

Permalink
more fflag separation
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 19, 2024
1 parent d656e58 commit 13f7722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="notes-header">Notes</div>
<div class="notes">
<div *ngFor="let note of notes" class="note">
<div class="note-head">
Expand Down Expand Up @@ -27,9 +26,7 @@
</div>
</div>
</div>
<mat-form-field
appearance="outline"
*appFeatureFlag="'new_planning_area'; hide: true">
<mat-form-field appearance="outline">
<textarea
(keydown.enter)="addNote($event)"
[(ngModel)]="note"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}

.notes {
overflow-y: auto;
flex: 1;
overflow-y: auto;
}

.note {
Expand Down

0 comments on commit 13f7722

Please sign in to comment.