From 23251909fc066f17f4d106f849aca57d9a2fcb5e Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Tue, 11 Jan 2022 17:35:16 +0100 Subject: [PATCH] CSS: Break Long Image Altnames --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 2d65268..5c5ccdc 100644 --- a/css/style.css +++ b/css/style.css @@ -100,6 +100,7 @@ body { width: 200px; height: 200px; position: relative; + word-break: break-all; } .content .multi-image img {