We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbdd16 commit c03e25dCopy full SHA for c03e25d
packages/app-frontend/src/features/layout/EmptyPane.vue
@@ -10,7 +10,7 @@ export default {
10
</script>
11
12
<template>
13
- <div class="h-full flex flex-col items-center justify-center space-y-6 p-12 text-gray-400 dark:text-gray-600">
+ <div class="h-full flex flex-col items-center justify-center space-y-6 p-12 text-gray-400 dark:text-gray-600 text-center">
14
<VueIcon
15
v-if="icon"
16
:icon="icon"
0 commit comments