mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
[CST-12043] Fix layout
This commit is contained in:
@@ -59,16 +59,15 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_LAYOUT: DynamicFormControlLayo
|
|||||||
};
|
};
|
||||||
export const BITSTREAM_FORM_PRIMARY_LAYOUT: DynamicFormControlLayout = {
|
export const BITSTREAM_FORM_PRIMARY_LAYOUT: DynamicFormControlLayout = {
|
||||||
element: {
|
element: {
|
||||||
host: 'col-6',
|
host: 'col-12',
|
||||||
textAlign: 'end'
|
container: 'text-right'
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const BITSTREAM_FORM_PRIMARY: DynamicSwitchModelConfig = {
|
export const BITSTREAM_FORM_PRIMARY: DynamicSwitchModelConfig = {
|
||||||
id: 'primary',
|
id: 'primary',
|
||||||
name: 'primary',
|
name: 'primary',
|
||||||
label: 'bitstream.edit.form.primaryBitstream.label',
|
label: 'bitstream.edit.form.primaryBitstream.label'
|
||||||
labelPosition: 'start',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user