diff --git a/webapp/IronCalc/src/components/formulabar.tsx b/webapp/IronCalc/src/components/formulabar.tsx index b3ddc95..913730c 100644 --- a/webapp/IronCalc/src/components/formulabar.tsx +++ b/webapp/IronCalc/src/components/formulabar.tsx @@ -135,7 +135,6 @@ const AddressContainer = styled("div")` display: flex; font-weight: 600; flex-grow: row; - // min-width: ${headerColumnWidth}px; `; const CellBarAddress = styled("div")`