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:
aignatov-bio 2022-07-08 11:17:21 +02:00 committed by GitHub
commit d3d1b479cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -9,9 +9,10 @@
.content-pane.my-modules-protocols-index { .content-pane.my-modules-protocols-index {
background-color: $color-alto; background-color: $color-alto;
margin: 0 -16px; margin: 0 -16px;
min-height: calc(100vh - var(--navbar-height) * 2);
overflow: hidden; overflow: hidden;
padding: 36px 10px 10px; padding: 36px 10px 10px;
width: calc(100% + 31px) ; width: calc(100% + 31px);
.my-module-position-container { .my-module-position-container {
background-color: $color-white; background-color: $color-white;

View file

@ -67,7 +67,7 @@
<li v-if="canDeleteSteps"> <li v-if="canDeleteSteps">
<a <a
data-turbolinks="false" data-turbolinks="false"
@click.prevent="openStepsDeletingModal()()" @click.prevent="openStepsDeletingModal()"
> >
<span class="fas fa-trash"></span> <span class="fas fa-trash"></span>
<span>{{ <span>{{