1
0

Fix task detail view spacings

This commit is contained in:
kolaente
2021-01-16 21:55:43 +01:00
parent 60baa3353f
commit f4b47ec374
4 changed files with 7 additions and 16 deletions

View File

@ -12,11 +12,6 @@
}
}
.has-top-border {
border-top: 1px solid lighten($grey, 35%);
padding-top: .5em;
}
h3 .button {
vertical-align: middle;
}

View File

@ -1,8 +1,6 @@
$remove-icon-width: 24px;
.task-relations {
padding-bottom: 1em;
&.is-narrow .columns {
display: block;
@ -12,8 +10,6 @@ $remove-icon-width: 24px;
}
.related-tasks {
margin-bottom: .75em;
.title {
font-size: 1em;
margin: 0;