datatable: fix a whitespace in a comment - 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 332824c6a39d3582747c7c10ea1e6ba5920a3ae9
 (DIR) parent eca02a9b8fb5bab4d0f79cc9c4727860cd192adc
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 15 Nov 2022 18:26:14 +0100
       
       datatable: fix a whitespace in a comment
       
       Diffstat:
         M datatable/datatable.css             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/datatable/datatable.css b/datatable/datatable.css
       @@ -52,7 +52,7 @@ table.datatable tbody tr:nth-child(2n+1) td {
        table.datatable tbody tr:hover td {
                background-color: #d6f0ff;
        }
       -/*  datatable lazy scroll styles below */
       +/* datatable lazy scroll styles below */
        .datatable-lazyscroll-container {
                overflow: hidden;
                position: relative;