diff --git a/app/styles/components/kanban-task.scss b/app/styles/components/kanban-task.scss index 45d73e47..e6a47862 100644 --- a/app/styles/components/kanban-task.scss +++ b/app/styles/components/kanban-task.scss @@ -28,13 +28,12 @@ } .kanban-tagline { @include table-flex(); - border-color: $postit-hover; //Fallback + border-color: $postit-hover; height: .6rem; } .kanban-tag { @include table-flex-child(1, 0, 0, 0); - border-color: $postit-hover; //Fallback - z-index: 100; + border-color: $postit-hover; height: .6rem; } .kanban-task-inner { @@ -135,7 +134,7 @@ .kanban-task-minimized { .kanban-task-inner { - padding: .3rem; + padding: 0 .3rem; } .avatar { @include table-flex-child($flex-basis: 40px); diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index 9b9f684c..6e4d57fb 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -34,20 +34,19 @@ } .taskboard-tagline { @include table-flex(); - border-color: $postit-hover; //Fallback + border-color: $postit-hover; height: .6rem; } .taskboard-tag { @include table-flex-child(1, 0, 0, 0); - border-color: $postit-hover; //Fallback - z-index: 100; + border-top: .3rem solid $postit-hover; height: .6rem; - border-top: .3rem solid; + z-index: 100; } .taskboard-task-inner { @include table-flex(); - min-height: 7.5rem; - padding: 1rem .5rem; + min-height: 7rem; + padding: .5rem; } .taskboard-user-avatar { .avatar {