Merge branch 'VM/RED-7340' into 'master'

RED-7340 - Rectangle redactions: Use bulk-local redactions + New dialog design

Closes RED-7340

See merge request redactmanager/red-ui!642
This commit is contained in:
Dan Percic 2024-10-24 10:01:12 +02:00
commit d8b20774f4
3 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@
formControlName="comment"
iqserHasScrollbar
name="comment"
rows="2"
rows="3"
type="text"
></textarea>
</div>

View File

@ -2,7 +2,7 @@
<form (submit)="save()" [formGroup]="form">
<div [translate]="'manual-annotation.dialog.header.redaction'" class="dialog-header heading-l"></div>
<div class="dialog-content">
<div class="dialog-content redaction">
<iqser-details-radio
[options]="options"
(extraOptionChanged)="extraOptionChanged($event)"
@ -43,7 +43,7 @@
<div class="iqser-input-group w-450">
<label [translate]="'manual-annotation.dialog.content.comment'"></label>
<textarea formControlName="comment" iqserHasScrollbar name="comment" rows="4" type="text"></textarea>
<textarea formControlName="comment" iqserHasScrollbar name="comment" rows="3" type="text"></textarea>
</div>
</div>

View File

@ -3,8 +3,8 @@
}
.dialog-content {
height: 610px;
overflow-y: auto;
height: 600px;
padding-top: 8px;
}
.apply-on-multiple-pages {