diff options
Diffstat (limited to 'src/components/AppContent/ContactsContent.vue')
-rw-r--r-- | src/components/AppContent/ContactsContent.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppContent/ContactsContent.vue b/src/components/AppContent/ContactsContent.vue index 4549f565..1cbf8f56 100644 --- a/src/components/AppContent/ContactsContent.vue +++ b/src/components/AppContent/ContactsContent.vue @@ -194,6 +194,6 @@ export default { </script> <style lang="scss" scoped> .empty-content { - height: 100%; + height: 100%; } </style> |