Skip to content

Commit ebca561

Browse files
committed
doi: increase doi label width
1 parent 5882549 commit ebca561

File tree

1 file changed

+2
-2
lines changed
  • invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/Identifiers/PIDField

1 file changed

+2
-2
lines changed

invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/Identifiers/PIDField/OptionalPIDField.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ class OptionalPIDFieldCmp extends Component {
136136
error={fieldError ? true : false}
137137
>
138138
<Grid>
139-
<Grid.Column width={3}>
139+
<Grid.Column width={5}>
140140
<FieldLabel htmlFor={fieldPath} icon={pidIcon} label={fieldLabel} />
141141
</Grid.Column>
142142
{fieldError && (
143-
<Grid.Column width={13}>
143+
<Grid.Column width={11}>
144144
<FeedbackLabel errorMessage={fieldError} />
145145
</Grid.Column>
146146
)}

0 commit comments

Comments
 (0)