FIX: Correct paddings in formula bar
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
06ae1a1d6d
commit
79b7b9b817
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user