From 9f047359e6774f5367639d508a82294c046beb10 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 24 Feb 2016 19:51:36 -0800 Subject: [PATCH] fix(thread-list): Invisible div extending into thread list blocks clicks --- static/components/list-tabular.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/components/list-tabular.less b/static/components/list-tabular.less index 2a20d0ba2..3ea8c2210 100644 --- a/static/components/list-tabular.less +++ b/static/components/list-tabular.less @@ -39,7 +39,7 @@ width: 100%; flex-shrink:100; - height:49px; + height:38px; z-index: 10000; -webkit-app-region: drag; @@ -197,7 +197,7 @@ body.is-blurred { white-space: nowrap; text-overflow: ellipsis; align-items: center; - + &:first-child { padding-left: @padding-base-horizontal - 4; }