Skip to content
Snippets Groups Projects
Commit 52248d4d authored by Vincent Petry's avatar Vincent Petry
Browse files

Hide the size in the trashbin summary row

This also fixes the extra spacing that appearing on the right of the
table.
parent a829d072
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@
#app-content-trashbin .summary :last-child {
padding: 0;
}
#app-content-trashbin #filestable .summary .filesize {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment