datatable.css: consistent row height in both lazyscroll mode or not - jscancer … | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b7fd47408230b99f76a479f88c2dabf9f6b4648e | |
parent c10fa95f745654bad952db1a1467fcadc6d9f0c9 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 2 Jun 2016 18:57:59 +0200 | |
datatable.css: consistent row height in both lazyscroll mode or not | |
Diffstat: | |
M datatable/datatable.css | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/datatable/datatable.css b/datatable/datatable.css | |
@@ -16,7 +16,7 @@ table.datatable tr td, | |
table.datatable tr th { | |
border: 1px solid #aaa; | |
padding: 0 16px 0 3px; | |
- /* TODO: add line-height: 25px; */ | |
+ line-height: 25px; | |
} | |
table.datatable thead td, |