comparison default/node_modules/tablesaw/src/tables.css @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 .tablesaw {
2 width: 100%;
3 max-width: 100%;
4 empty-cells: show;
5 border-collapse: collapse;
6 border: 0;
7 padding: 0;
8 }
9 .tablesaw * {
10 -webkit-box-sizing: border-box;
11 -moz-box-sizing: border-box;
12 box-sizing: border-box;
13 }