add table margins for recent folders

This commit is contained in:
sentriz
2019-06-26 14:01:59 +01:00
parent d8881bd31c
commit 49b71941d5

View File

@@ -52,7 +52,8 @@ table {
white-space: nowrap;
}
table#stats td:first-child {
table#stats td:first-child,
table#recent-folders td:first-child {
display: inline-block;
margin-right: 10px;
}