Put the editor container higher up for task description

This commit is contained in:
kolaente 2020-07-24 22:02:46 +02:00
parent 7ad24c6d45
commit 57d0609577
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B
2 changed files with 15 additions and 3 deletions

View file

@ -110,6 +110,18 @@
border: none;
}
}
&.description .editor {
margin-top: -3.5rem;
.tabs {
margin-bottom: 0;
ul {
border-bottom: none;
}
}
}
}
.details, .heading {

View file

@ -173,7 +173,7 @@
</div>
<!-- Description -->
<div class="details content" :class="{ 'has-top-border': activeFields.labels }">
<div class="details content description" :class="{ 'has-top-border': activeFields.labels }">
<h3>
<span class="icon is-grey">
<icon icon="align-left"/>