diff --git a/docs/bounties/index.html b/docs/bounties/index.html index 1ac893fc7c..9943a5946e 100644 --- a/docs/bounties/index.html +++ b/docs/bounties/index.html @@ -105,8 +105,9 @@

Rules

Questions? Tweet them at @rodarmor.

+
-

Discussion

+

Hints

diff --git a/docs/index.css b/docs/index.css index 73b483d87d..2955b4e2f8 100644 --- a/docs/index.css +++ b/docs/index.css @@ -10,3 +10,9 @@ body { max-width: 100%; width: 50rem; } + +table { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}