10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00
QUESTDB_website/static/css/table.css

6 lines
100 B
CSS
Raw Normal View History

2019-12-29 20:00:13 +01:00
table.datatable > tbody > tr > td {
white-space: nowrap;
2020-01-24 12:17:58 +01:00
}
td.NumberCell {
text-align: center;
2019-12-29 20:00:13 +01:00
}