This website requires JavaScript.
Explore
Help
Register
Sign In
PTEROSOR
/
QUESTDB_website
Watch
10
Star
0
Fork
0
You've already forked QUESTDB_website
mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced
2024-11-04 21:24:00 +01:00
Code
Releases
Activity
ea6c37d4f9
QUESTDB_website
/
static
/
css
/
table.css
6 lines
100 B
CSS
Raw
Normal View
History
Unescape
Escape
Put white-space: nowrap; in css
2019-12-29 20:00:13 +01:00
table
.
datatable
>
tbody
>
tr
>
td
{
white-space
:
nowrap
;
Center all numeric cell in table
2020-01-24 12:17:58 +01:00
}
td
.
NumberCell
{
text-align
:
center
;
Put white-space: nowrap; in css
2019-12-29 20:00:13 +01:00
}
Copy Permalink