fix padding for last cell in summary of trashbin
This commit is contained in:
parent
bc65b25303
commit
cbd5e31d33
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@
|
||||||
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
|
#app-content-trashbin tbody tr[data-type="file"] td a.name span {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app-content-trashbin .summary :last-child {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue