From 80d9d6c24ca33dce8c50e6d561b1806137953119 Mon Sep 17 00:00:00 2001 From: DeoVero Server Date: Wed, 22 Jan 2025 22:55:52 +0100 Subject: [PATCH] Fix for values in info-table being cut off on Webkit --- html/styles.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/styles.html b/html/styles.html index bc0725fb..8abce64d 100644 --- a/html/styles.html +++ b/html/styles.html @@ -61,6 +61,10 @@ text-align: left; } + .info-table td { + overflow-wrap: anywhere; + } + .widgetbox { width: 100%; padding: 0.5rem;