mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Merge pull request #4210 from aignatov-bio/ai-sci-6950-fix-task-page-layout
Fix task page layout [SCI-6950]
This commit is contained in:
commit
d3d1b479cd
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…
Reference in a new issue