mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Use default tailwind size for task assigned protocol description [SCI-9018]
This commit is contained in:
parent
7c07befd3e
commit
0ae44eb3a7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="protocol-description-container" :class=" inRepository ? 'protocol-description collapse in' : ''" >
|
||||
<div class="ml-[0.25rem]" v-if="urls.update_protocol_description_url">
|
||||
<div class="ml-1" v-if="urls.update_protocol_description_url">
|
||||
<Tinymce
|
||||
:value="protocol.attributes.description"
|
||||
:value_html="protocol.attributes.description_view"
|
||||
|
|
Loading…
Reference in a new issue