Skip to content

Commit 63c7213

Browse files
authored
Merge pull request #2591 from FAIRsharing/dev
Dev
2 parents 7301259 + c0f90c3 commit 63c7213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Editor/GeneralInformation/BaseFields.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
fields.type === 'knowledgebase' ||
385385
fields.type === 'knowledgebase_and_repository'"
386386
v-model="fields.metadata['internal_identifiers']"
387-
class="d-inline-block mr-2 "
387+
class="mr-2 "
388388
>
389389
<template #prepend>
390390
<v-tooltip

src/components/Records/Record/GeneralInfo/DOITitle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="width-35">
3232
<Icon
3333
item="DOI"
34-
height="30"
34+
:height="30"
3535
wrapper-class=""
3636
class="mr-2"
3737
/>

0 commit comments

Comments
 (0)