From e592464dc62f70fd3bab739e1360b0b0292433b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 Aug 2014 17:55:52 +0200 Subject: [PATCH] Fixing long US name bug in backlog --- app/styles/modules/backlog/backlog-table.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/backlog/backlog-table.scss b/app/styles/modules/backlog/backlog-table.scss index 1f2bd517..16801715 100644 --- a/app/styles/modules/backlog/backlog-table.scss +++ b/app/styles/modules/backlog/backlog-table.scss @@ -110,6 +110,9 @@ opacity: 1; } } + &:last-child { + border-bottom: 0; + } &.sortable-placeholder { background: $whitish; height: 40px; @@ -128,7 +131,7 @@ flex-basis: 500px; input { margin-right: 1rem; - vertical-align: middle; + vertical-align: super; &:checked { +a { @include transition (color .2s ease-in); @@ -136,9 +139,9 @@ } } } - span { + a { display: inline-block; - max-width: 70%; + max-width: 85%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;