Skip to content

Commit f4b8794

Browse files
committed
fix: fix bug
1 parent dae59eb commit f4b8794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/platform/src/pages/Dashboard/components/config/ComponentConfigDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ export function ComponentConfigDrawer() {
11541154
}
11551155
<Button
11561156
id="config_save"
1157-
className="w-full h-10"
1157+
className="w-full h-10 mt-[12px]"
11581158
onClick={handleUpdateChart}
11591159
>
11601160
{t("componentConfigDrawer.updateChartData")}

0 commit comments

Comments
 (0)