RED-7347: Fixed height dialogs.
This commit is contained in:
parent
fb0214bec0
commit
21bd4a6b6d
@ -0,0 +1,3 @@
|
||||
.dialog-content {
|
||||
height: 493px;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
.dialog-content {
|
||||
height: 408px;
|
||||
}
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user