mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Fix css issue protocol template author edit [SCI-9074]
This commit is contained in:
parent
95e6006c6a
commit
b41b0b04f0
2 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
|||
.sci-inline-edit__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
margin-left: -.25em;
|
||||
margin-right: .5rem;
|
||||
min-height: 30px;
|
||||
padding-left: .25em;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
textarea,
|
||||
.sci-inline-edit__view {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="protocol-content" class="protocol-content collapse in" aria-expanded="true">
|
||||
<div class="ml-9 mb-8">
|
||||
<div class="mb-8">
|
||||
<div class="protocol-name" v-if="!inRepository">
|
||||
<InlineEdit
|
||||
v-if="urls.update_protocol_name_url"
|
||||
|
|
Loading…
Reference in a new issue