diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index 8863f881..10c54145 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -110,9 +110,21 @@ border: none; } } + + &.description .editor { + margin-top: -3.5rem; + + .tabs { + margin-bottom: 0; + + ul { + border-bottom: none; + } + } + } } - .details,.heading { + .details, .heading { .input:not(.has-defaults), .textarea, .select:not(.has-defaults) select { @@ -127,7 +139,7 @@ font-style: italic; } - &:hover,&:active { + &:hover, &:active { background: $input-background-color; border-color: $input-border-color; cursor: text; diff --git a/src/views/tasks/TaskDetailView.vue b/src/views/tasks/TaskDetailView.vue index 148f6a48..498f9317 100644 --- a/src/views/tasks/TaskDetailView.vue +++ b/src/views/tasks/TaskDetailView.vue @@ -173,7 +173,7 @@ -