From a384cc2106454aee592bf003fe50384ddcaa702c Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 22 Aug 2024 18:17:37 +0100 Subject: [PATCH] no text wrap in tables, td > btn-link padding fix --- apps/static/css/home/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/static/css/home/index.css b/apps/static/css/home/index.css index 9835a29..7484cce 100644 --- a/apps/static/css/home/index.css +++ b/apps/static/css/home/index.css @@ -60,6 +60,11 @@ /* Fuck ugly height fix */ td { height: 1px; + text-wrap: nowrap; +} + +td > .btn-link { + padding-left: 0; } @-moz-document url-prefix() {