From e5b564539ef09169f2f093d1d398ef604e1aae6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Thu, 23 Jan 2025 12:44:48 +0100 Subject: [PATCH] Prevent line break on responsive tables --- static/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/main.css b/static/main.css index ef42208..0f38b62 100644 --- a/static/main.css +++ b/static/main.css @@ -35,4 +35,9 @@ a { .text-bold { font-weight: bold; +} + +.table-responsive th, +.table-responsive td { + white-space: nowrap; } \ No newline at end of file