Skip to content

Commit 2057d45

Browse files
committed
1 parent 58d60d6 commit 2057d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

live-demo/app/custom/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</div>
105105
</div>
106106

107-
<div class="min-w-[24rem] flex-[1_1_32rem] bg-white rounded-lg shadow dark:bg-gray-800 p-4 md:p-5" v-if="data">
107+
<div class="min-w-[20rem] flex-[1_1_32rem] bg-white rounded-lg shadow dark:bg-gray-800 p-4 md:p-5" v-if="data">
108108
<div class="flex flex-wrap gap-4 py-3">
109109
<dl class="min-w-[12rem] flex-1">
110110
<dt class="text-base font-normal text-gray-500 dark:text-gray-400 pb-1">{{ $t('Listed price') }}</dt>

0 commit comments

Comments
 (0)