From 63e646f0873e6560c348f6fadb792651ef7f2aa9 Mon Sep 17 00:00:00 2001 From: ZitRos Date: Sun, 17 Jan 2016 19:07:16 +0200 Subject: [PATCH] FF/IE listing rows height missmatch fix --- package.json | 2 +- source/css/LightPivot.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4402279..215af4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "LightPivotTable", "author": "ZitRo", - "version": "1.5.1", + "version": "1.5.2", "description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache", "main": "test/testServer.js", "repository": { diff --git a/source/css/LightPivot.css b/source/css/LightPivot.css index 3c792be..4cba6bf 100644 --- a/source/css/LightPivot.css +++ b/source/css/LightPivot.css @@ -52,6 +52,7 @@ } .lpt input[type=checkbox] { + display: block; /* Fixes firefox .5 px cell size addition */ cursor: pointer; }