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:
commit
2cc58508e1
@ -0,0 +1,3 @@
|
||||
.dialog-content {
|
||||
height: 400px;
|
||||
}
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user