From cb7e36c935610f32801d10368f3b7c73ec46cbdc Mon Sep 17 00:00:00 2001 From: Efficientwrite <40225391+efficientwrite@users.noreply.github.com> Date: Sat, 16 Aug 2025 19:02:03 +0530 Subject: [PATCH] Fix table layout --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/style.css b/static/style.css index 608ae17..c6dada0 100644 --- a/static/style.css +++ b/static/style.css @@ -1853,6 +1853,14 @@ table { border-spacing: 0; } +th { + white-space: nowrap; +} + +td { + word-wrap: break-word; +} + td, th { padding: 10px;