RED-7347: Fixed height dialogs.

This commit is contained in:
Nicoleta Panaghiu 2023-08-17 14:39:30 +03:00
parent fb0214bec0
commit 21bd4a6b6d
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.dialog-content {
height: 493px;
}

View File

@ -15,6 +15,7 @@ import { RedactTextData, RedactTextResult } from '../../utils/dialog-types';
@Component({
templateUrl: './redact-text-dialog.component.html',
styleUrls: ['./redact-text-dialog.component.scss'],
})
export class RedactTextDialogComponent
extends IqserDialogComponent<RedactTextDialogComponent, RedactTextData, RedactTextResult>

View File

@ -0,0 +1,3 @@
.dialog-content {
height: 408px;
}

View File

@ -9,6 +9,7 @@ import { getRemoveRedactionOptions, RemoveRedactionOption } from '../../utils/di
@Component({
templateUrl: './remove-redaction-dialog.component.html',
styleUrls: ['./remove-redaction-dialog.component.scss'],
})
export class RemoveRedactionDialogComponent extends IqserDialogComponent<
RemoveRedactionDialogComponent,