From 9d18113f56c800e7a76ec35972741fc11a9d4634 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Wed, 23 Oct 2024 23:48:02 +0300 Subject: [PATCH] RED-7340 - Rectangle redactions: Use bulk-local redactions + New dialog design --- .../edit-redaction-dialog.component.html | 2 +- .../rectangle-annotation-dialog.component.html | 4 ++-- .../rectangle-annotation-dialog.component.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html index dd1e2fbb3..d3a0b61f3 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html @@ -107,7 +107,7 @@ formControlName="comment" iqserHasScrollbar name="comment" - rows="2" + rows="3" type="text" > diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.html index deeeb9113..64523c836 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.html @@ -2,7 +2,7 @@
-
+
- +
diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.scss b/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.scss index f441afc88..c383543e9 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/rectangle-annotation-dialog/rectangle-annotation-dialog.component.scss @@ -3,8 +3,8 @@ } .dialog-content { - height: 610px; - overflow-y: auto; + height: 600px; + padding-top: 8px; } .apply-on-multiple-pages {