mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Fix task page layout [SCI-6950]
This commit is contained in:
parent
ddbcbbd6e8
commit
11b62cca7b
2 changed files with 3 additions and 2 deletions
|
|
@ -9,9 +9,10 @@
|
|||
.content-pane.my-modules-protocols-index {
|
||||
background-color: $color-alto;
|
||||
margin: 0 -16px;
|
||||
min-height: calc(100vh - var(--navbar-height) * 2);
|
||||
overflow: hidden;
|
||||
padding: 36px 10px 10px;
|
||||
width: calc(100% + 31px) ;
|
||||
width: calc(100% + 31px);
|
||||
|
||||
.my-module-position-container {
|
||||
background-color: $color-white;
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<li v-if="canDeleteSteps">
|
||||
<a
|
||||
data-turbolinks="false"
|
||||
@click.prevent="openStepsDeletingModal()()"
|
||||
@click.prevent="openStepsDeletingModal()"
|
||||
>
|
||||
<span class="fas fa-trash"></span>
|
||||
<span>{{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue