mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2448 from overleaf/cmg-scrollbar-overlapping
Stop scrollbar overlapping with trash icon GitOrigin-RevId: cfaa72deecd940a4b7b8e23c6b5096dc1c207c18
This commit is contained in:
parent
390c8641da
commit
626df7c835
1 changed files with 2 additions and 14 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue