Fix 500 on singleton retrieval

Fixes #418
This commit is contained in:
rijkvanzanten
2020-09-24 14:10:20 -04:00
parent e7489abfa6
commit 2af75e3cfb
7 changed files with 25 additions and 13 deletions

View File

@@ -175,6 +175,7 @@ export default defineComponent({
.collections-detail {
padding: var(--content-padding);
padding-top: 0;
padding-bottom: var(--content-padding-bottom);
}