From 11d54f83b5920834075508cad8ad73a707ccd41c Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 3 Sep 2024 16:41:14 +0300 Subject: Limit the table width to some set maximum width. Signed-off-by: Munyoki Kilyungi --- gn2/wqflask/templates/wiki/history.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gn2/wqflask/templates/wiki') diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html index e10ff683..d0a3ead6 100644 --- a/gn2/wqflask/templates/wiki/history.html +++ b/gn2/wqflask/templates/wiki/history.html @@ -9,13 +9,15 @@ width: 18em; } + table tbody th, table tbody td { padding: 3px; } table { - margin-left: 0.5em; + margin-left: 1em; + max-width: 60em !important; } {% endblock %} -- cgit v1.2.3