Put the editor container higher up for task description
This commit is contained in:
parent
7ad24c6d45
commit
57d0609577
2 changed files with 15 additions and 3 deletions
|
@ -110,9 +110,21 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.description .editor {
|
||||||
|
margin-top: -3.5rem;
|
||||||
|
|
||||||
|
.tabs {
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.details,.heading {
|
.details, .heading {
|
||||||
.input:not(.has-defaults),
|
.input:not(.has-defaults),
|
||||||
.textarea,
|
.textarea,
|
||||||
.select:not(.has-defaults) select {
|
.select:not(.has-defaults) select {
|
||||||
|
@ -127,7 +139,7 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,&:active {
|
&:hover, &:active {
|
||||||
background: $input-background-color;
|
background: $input-background-color;
|
||||||
border-color: $input-border-color;
|
border-color: $input-border-color;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
|
|
|
@ -173,7 +173,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Description -->
|
<!-- Description -->
|
||||||
<div class="details content" :class="{ 'has-top-border': activeFields.labels }">
|
<div class="details content description" :class="{ 'has-top-border': activeFields.labels }">
|
||||||
<h3>
|
<h3>
|
||||||
<span class="icon is-grey">
|
<span class="icon is-grey">
|
||||||
<icon icon="align-left"/>
|
<icon icon="align-left"/>
|
||||||
|
|
Loading…
Reference in a new issue