RED-7589: Fixed height for add hint dialog.
This commit is contained in:
parent
f9fa0cfd08
commit
e2a50c3980
@ -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