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:
commit
d8b20774f4
@ -107,7 +107,7 @@
|
||||
formControlName="comment"
|
||||
iqserHasScrollbar
|
||||
name="comment"
|
||||
rows="2"
|
||||
rows="3"
|
||||
type="text"
|
||||
></textarea>
|
||||
</div>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
}
|
||||
|
||||
.dialog-content {
|
||||
height: 610px;
|
||||
overflow-y: auto;
|
||||
height: 600px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.apply-on-multiple-pages {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user