From a968c75aecc23d295aac36b3e55a19e7dc76d6df Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Mar 2024 11:07:08 +0100 Subject: Update to post --- templates/base.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 2b300a6..bb899f6 100755 --- a/templates/base.html +++ b/templates/base.html @@ -120,7 +120,15 @@ } pre { margin-block-start: 1em; margin-block-end: 1em; } - table { width: 100%; border: 1px solid gainsboro; border-collapse: separate; border-spacing: 0; } + + table { + width: 100%; + border: 1px solid gainsboro; + border-collapse: separate; + border-spacing: 0; + word-break: break-all; + } + table th { border-bottom: 1px solid gainsboro; background: #efefef; } table td, table th { padding: 0.3em 0.8em; text-align: left; } -- cgit v1.2.3