added tooltip for document description
This commit is contained in:
parent
44ba06dee7
commit
2943e4e5cd
|
|
@ -31,6 +31,13 @@
|
|||
<p v-if="validationError[index]" class="text-danger">{{ validationError[index] }}</p>
|
||||
</div>
|
||||
<div class="flex items-center self-end mt-2 md:mt-0">
|
||||
<Tippy
|
||||
class="grow-0 mr-5"
|
||||
style="padding: 3px"
|
||||
:content="document_description"
|
||||
>
|
||||
<InfoIcon class="w-5 h-5 text-primary" />
|
||||
</Tippy>
|
||||
<label
|
||||
class="grow-0 btn btn-outline-primary mr-5"
|
||||
style="padding: 3px"
|
||||
|
|
|
|||
Loading…
Reference in New Issue