Fix task detail view spacings
This commit is contained in:
parent
60baa3353f
commit
f4b47ec374
4 changed files with 7 additions and 16 deletions
|
|
@ -12,11 +12,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.has-top-border {
|
||||
border-top: 1px solid lighten($grey, 35%);
|
||||
padding-top: .5em;
|
||||
}
|
||||
|
||||
h3 .button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue