FIX: Correct paddings in formula bar

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:35:26 +02:00
committed by Nicolás Hatcher Andrés
parent 06ae1a1d6d
commit 79b7b9b817

View File

@@ -102,7 +102,7 @@ const Divider = styled("div")`
`; `;
const FormulaContainer = styled("div")` const FormulaContainer = styled("div")`
margin-left: 10px; margin-left: 0px;
line-height: 22px; line-height: 22px;
font-weight: normal; font-weight: normal;
width: 100%; width: 100%;