From 18e2b2024eb73a0a9e85986adaafa5002002b37b Mon Sep 17 00:00:00 2001 From: ahmed-Bazzara Date: Fri, 22 Feb 2019 11:26:17 +0100 Subject: [PATCH] fixing alignment between cells and row-headers --- src/main.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.less b/src/main.less index 54cb114..3a3d458 100644 --- a/src/main.less +++ b/src/main.less @@ -166,7 +166,6 @@ } .grid-cells{ position: relative; - overflow: visible; } .grid-cells-header { padding: 0px; @@ -176,10 +175,6 @@ min-width: 522px; } - .grid-cells:before { - content: "\00a0"; - } - .grid { height: 50px; width: 350px;