mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Merge pull request #2448 from overleaf/cmg-scrollbar-overlapping
Stop scrollbar overlapping with trash icon GitOrigin-RevId: cfaa72deecd940a4b7b8e23c6b5096dc1c207c18
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user