Merge pull request #2448 from overleaf/cmg-scrollbar-overlapping

Stop scrollbar overlapping with trash icon

GitOrigin-RevId: cfaa72deecd940a4b7b8e23c6b5096dc1c207c18
This commit is contained in:
Timothée Alby 2019-12-16 16:24:57 +05:30 committed by Copybot
parent 390c8641da
commit 626df7c835

View file

@ -202,15 +202,7 @@ input.project-list-table-select-item[type='checkbox'] {
text-overflow: ellipsis; text-overflow: ellipsis;
@media (min-width: @screen-sm) { @media (min-width: @screen-sm) {
width: 16%; width: 12%;
}
@media (min-width: @screen-md) {
width: 18%;
}
@media (min-width: @screen-lg) {
width: 16%;
} }
} }
@ -221,11 +213,7 @@ input.project-list-table-select-item[type='checkbox'] {
text-overflow: ellipsis; text-overflow: ellipsis;
@media (min-width: @screen-sm) { @media (min-width: @screen-sm) {
width: 19%; width: 14%;
}
@media (min-width: @screen-md) {
width: 24%;
} }
} }