From bc951be963bc2673b964a74a545c881be4552003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 7 Aug 2014 13:34:41 +0200 Subject: [PATCH] Minor code style fixes --- app/styles/components/kanban-task.scss | 3 +-- app/styles/modules/kanban/kanban-table.scss | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app/styles/components/kanban-task.scss b/app/styles/components/kanban-task.scss index 12437337..afda11c5 100644 --- a/app/styles/components/kanban-task.scss +++ b/app/styles/components/kanban-task.scss @@ -38,14 +38,13 @@ } .assigned-to { color: darken($postit-hover, 15%); - display: block; + display: none; overflow: hidden; position: relative; text-overflow: ellipsis; top: -6px; white-space: nowrap; width: 50px; - display: none; } } .task-assigned { diff --git a/app/styles/modules/kanban/kanban-table.scss b/app/styles/modules/kanban/kanban-table.scss index 2b914460..966500b5 100644 --- a/app/styles/modules/kanban/kanban-table.scss +++ b/app/styles/modules/kanban/kanban-table.scss @@ -63,16 +63,11 @@ $column-margin: 0 10px 0 0; margin-right: 0; } .kanban-wip-limit { - @extend %xsmall; - @include table-flex(); background: $red; border-radius: 2px; - bottom: 8px; height: 4px; - margin: 0; + margin: .5rem 0; padding: 0; - position: relative; - width: 100%; } } .kanban-uses-box {