Merge branch 'RED-7589' into 'master'

RED-7589: Fixed height for add hint dialog.

See merge request redactmanager/red-ui!97
This commit is contained in:
Dan Percic 2023-09-20 12:30:23 +02:00
commit 2cc58508e1
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -13,6 +13,7 @@ import { AddHintData, AddHintResult } from '../../utils/dialog-types';
@Component({
templateUrl: './add-hint-dialog.component.html',
styleUrls: ['./add-hint-dialog.component.scss'],
})
export class AddHintDialogComponent extends IqserDialogComponent<AddHintDialogComponent, AddHintData, AddHintResult> implements OnInit {
#applyToAllDossiers: boolean;