From 79b7b9b8170d33dc4d316963303064334197ec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Tue, 8 Oct 2024 20:35:26 +0200 Subject: [PATCH] FIX: Correct paddings in formula bar --- webapp/src/components/formulabar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/formulabar.tsx b/webapp/src/components/formulabar.tsx index ce05448..99be4fa 100644 --- a/webapp/src/components/formulabar.tsx +++ b/webapp/src/components/formulabar.tsx @@ -102,7 +102,7 @@ const Divider = styled("div")` `; const FormulaContainer = styled("div")` - margin-left: 10px; + margin-left: 0px; line-height: 22px; font-weight: normal; width: 100%;