RED-7880 - Effective dictionary compare with dossier (template) missing the type
This commit is contained in:
parent
3d2eec6ef7
commit
63ac7497af
@ -11,7 +11,6 @@
|
||||
|
||||
.dictionaries {
|
||||
border-right: 1px solid var(--iqser-separator);
|
||||
width: 30%;
|
||||
overflow-y: scroll;
|
||||
@include common-mixins.scroll-bar;
|
||||
|
||||
@ -42,7 +41,7 @@
|
||||
}
|
||||
|
||||
.entries {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
padding: 24px 32px;
|
||||
|
||||
.header-wrapper {
|
||||
|
||||
@ -7,7 +7,6 @@ import { EditDossierSectionInterface } from './edit-dossier-section.interface';
|
||||
import { BaseDialogComponent, ConfirmOptions, IconButtonTypes, IqserPermissionsService, SaveOptions } from '@iqser/common-ui';
|
||||
import { EditDossierDictionaryComponent } from './dictionary/edit-dossier-dictionary.component';
|
||||
import { EditDossierAttributesComponent } from './attributes/edit-dossier-attributes.component';
|
||||
|
||||
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||
import { Observable } from 'rxjs';
|
||||
import { tap } from 'rxjs/operators';
|
||||
|
||||
@ -17,7 +17,7 @@ export class DossiersDialogService extends DialogService<DialogType> {
|
||||
},
|
||||
editDossier: {
|
||||
component: EditDossierDialogComponent,
|
||||
dialogConfig: { ...largeDialogConfig },
|
||||
dialogConfig: { ...largeDialogConfig, width: '95vw', maxWidth: '95vw' },
|
||||
},
|
||||
importRedactions: {
|
||||
component: ImportRedactionsDialogComponent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user