Skip to content

Commit c03e25d

Browse files
committed
fix(EmptyPane): align text center
1 parent 3bbdd16 commit c03e25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/layout/EmptyPane.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
</script>
1111

1212
<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">
13+
<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">
1414
<VueIcon
1515
v-if="icon"
1616
:icon="icon"

0 commit comments

Comments
 (0)