mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
fix style error
This commit is contained in:
parent
1158d13da3
commit
4b2f5c9c3d
@ -18,15 +18,11 @@
|
||||
<IBiThreeDotsVertical class="link-menu-opener" />
|
||||
</template>
|
||||
|
||||
<BDropdownItem
|
||||
v-if="validLink"
|
||||
class="test-copy-text pt-3"
|
||||
@click.stop="copyLinkWithText"
|
||||
>
|
||||
<BDropdownItem v-if="validLink" class="test-copy-text" @click.stop="copyLinkWithText">
|
||||
<IBiClipboardPlus />
|
||||
{{ $t('gdd_per_link.copy-link-with-text') }}
|
||||
</BDropdownItem>
|
||||
<BDropdownItem v-if="validLink" class="test-copy-link" @click.stop="copyLink">
|
||||
<BDropdownItem v-if="validLink" class="test-copy-link pt-3" @click.stop="copyLink">
|
||||
<IBiClipboard />
|
||||
{{ $t('gdd_per_link.copy-link') }}
|
||||
</BDropdownItem>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user