From 626df7c83517026f088ebba5fb4c8e6d20e49eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Mon, 16 Dec 2019 16:24:57 +0530 Subject: [PATCH] Merge pull request #2448 from overleaf/cmg-scrollbar-overlapping Stop scrollbar overlapping with trash icon GitOrigin-RevId: cfaa72deecd940a4b7b8e23c6b5096dc1c207c18 --- .../frontend/stylesheets/app/project-list.less | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/services/web/frontend/stylesheets/app/project-list.less b/services/web/frontend/stylesheets/app/project-list.less index 415daafa56..aaa166faee 100644 --- a/services/web/frontend/stylesheets/app/project-list.less +++ b/services/web/frontend/stylesheets/app/project-list.less @@ -202,15 +202,7 @@ input.project-list-table-select-item[type='checkbox'] { text-overflow: ellipsis; @media (min-width: @screen-sm) { - width: 16%; - } - - @media (min-width: @screen-md) { - width: 18%; - } - - @media (min-width: @screen-lg) { - width: 16%; + width: 12%; } } @@ -221,11 +213,7 @@ input.project-list-table-select-item[type='checkbox'] { text-overflow: ellipsis; @media (min-width: @screen-sm) { - width: 19%; - } - - @media (min-width: @screen-md) { - width: 24%; + width: 14%; } }