Use small breakpoint (sm) cards in dashboard to be responsive

This commit is contained in:
Alfredo Cardigliano 2025-07-14 14:50:32 +02:00
parent c0e33b26d0
commit 5dcafe03f9

View file

@ -29,7 +29,7 @@ const props = defineProps({
});
const width_class = computed(() => {
return `col-${props.width || 4}`;
return `col-sm-${props.width || 4}`;
});
const height_class = computed(() => {