RED-7880 - Incorrect Error Handling for Missing Type and Dictionary Display in Compare Mode
This commit is contained in:
parent
51ca27340e
commit
4426a37dfd
@ -42,7 +42,7 @@
|
||||
|
||||
.entries {
|
||||
flex-grow: 1;
|
||||
padding: 24px 32px;
|
||||
padding: 16px 0 16px 12px;
|
||||
|
||||
.header-wrapper {
|
||||
display: flex;
|
||||
|
||||
@ -17,7 +17,7 @@ export class DossiersDialogService extends DialogService<DialogType> {
|
||||
},
|
||||
editDossier: {
|
||||
component: EditDossierDialogComponent,
|
||||
dialogConfig: { ...largeDialogConfig, width: '95vw', maxWidth: '95vw' },
|
||||
dialogConfig: { ...largeDialogConfig, width: '98vw', maxWidth: '98vw' },
|
||||
},
|
||||
importRedactions: {
|
||||
component: ImportRedactionsDialogComponent,
|
||||
|
||||
@ -102,6 +102,8 @@ export class EditorComponent implements OnInit, OnChanges {
|
||||
automaticLayout: true,
|
||||
readOnly: !this.canEdit,
|
||||
extraEditorClassName: this.canEdit ? '' : 'disabled',
|
||||
lineNumbersMinChars: 2,
|
||||
folding: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user