Skip to content

Commit

Permalink
revert: number card width
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Nov 6, 2024
1 parent 7f4f83b commit 7f4ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src2/charts/components/NumberChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const getFormattedValue = (value: number) => {

<template>
<div class="h-full w-full @container">
<div class="grid w-full grid-cols-4 gap-4 @5xl:grid-cols-5">
<div class="grid w-full grid-cols-[repeat(auto-fill,214px)] gap-4">
<div
v-for="{ measure_name, values, currentValue, delta, percentDelta } in cards"
:key="measure_name"
Expand Down

0 comments on commit 7f4ddaa

Please sign in to comment.