From 16eea95dc424859f5d8780bdc248e1e9c501160b Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 30 Dec 2021 17:06:09 +0000 Subject: fix wrapping --- resources/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/index.html b/resources/index.html index 1eecfe0..33030c7 100644 --- a/resources/index.html +++ b/resources/index.html @@ -173,6 +173,10 @@ list-style-type: none; } + #files li { + white-space: pre; + } + #path-list { display: flex; } -- cgit v1.2.3