datatable.css: consistent row height in both lazyscroll mode or not - jscancer - Javascript crap (relatively small)
 (HTM) git clone git://git.codemadness.org/jscancer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b7fd47408230b99f76a479f88c2dabf9f6b4648e
 (DIR) parent c10fa95f745654bad952db1a1467fcadc6d9f0c9
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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,