mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-11 15:13:25 +08:00
Replace unecessary margin value with tailwind value [SCI-9018]
This commit is contained in:
parent
0ae44eb3a7
commit
5e6138fa18
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="protocol-content" class="protocol-content collapse in" aria-expanded="true">
|
||||
<div class="ml-[2.375rem] mb-8">
|
||||
<div class="ml-9 mb-8">
|
||||
<div class="protocol-name" v-if="!inRepository">
|
||||
<InlineEdit
|
||||
v-if="urls.update_protocol_name_url"
|
||||
|
|
Loading…
Reference in a new issue