Skip to content

Commit 63e646f

Browse files
FF/IE listing rows height missmatch fix
1 parent 09b7618 commit 63e646f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "LightPivotTable",
33
"author": "ZitRo",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
66
"main": "test/testServer.js",
77
"repository": {

source/css/LightPivot.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
}
5353

5454
.lpt input[type=checkbox] {
55+
display: block; /* Fixes firefox .5 px cell size addition */
5556
cursor: pointer;
5657
}
5758

0 commit comments

Comments
 (0)