fix file list summary left alignment
This commit is contained in:
parent
433d1de923
commit
c7cf0d0386
|
@ -24,7 +24,7 @@ table td {
|
||||||
}
|
}
|
||||||
/* and accordingly fix left margin of file list summary on mobile */
|
/* and accordingly fix left margin of file list summary on mobile */
|
||||||
.summary .info {
|
.summary .info {
|
||||||
margin-left: 55px;
|
margin-left: 105px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove shift for multiselect bar to account for missing navigation */
|
/* remove shift for multiselect bar to account for missing navigation */
|
||||||
|
|
Loading…
Reference in New Issue