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%; } }