We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b7618 commit 63e646fCopy full SHA for 63e646f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "LightPivotTable",
3
"author": "ZitRo",
4
- "version": "1.5.1",
+ "version": "1.5.2",
5
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
6
"main": "test/testServer.js",
7
"repository": {
source/css/LightPivot.css
@@ -52,6 +52,7 @@
52
}
53
54
.lpt input[type=checkbox] {
55
+ display: block; /* Fixes firefox .5 px cell size addition */
56
cursor: pointer;
57
58
0 commit comments