mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Add title to rearrange modal elements [SCI-7072]
This commit is contained in:
parent
897a8f71ec
commit
c044215b21
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="step-element-name">
|
||||
<strong v-if="includeNumbers" class="step-element-number">{{ index + 1 }}</strong>
|
||||
<i v-if="item.attributes.icon" class="fas" :class="item.attributes.icon"></i>
|
||||
<span v-if="item.attributes.name">{{ item.attributes.name }}</span>
|
||||
<span :title="item.attributes.name" v-if="item.attributes.name">{{ item.attributes.name }}</span>
|
||||
<span v-else class="step-element-name-placeholder">{{ item.attributes.placeholder }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue