aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-12-30 17:06:09 +0000
committerdakkar <dakkar@thenautilus.net>2021-12-30 17:06:09 +0000
commit16eea95dc424859f5d8780bdc248e1e9c501160b (patch)
tree32586248a98607974147745c754207bd187a672a
parentsome styling (diff)
downloadmedia-control-16eea95dc424859f5d8780bdc248e1e9c501160b.tar.gz
media-control-16eea95dc424859f5d8780bdc248e1e9c501160b.tar.bz2
media-control-16eea95dc424859f5d8780bdc248e1e9c501160b.zip
fix wrapping
-rw-r--r--resources/index.html4
1 files changed, 4 insertions, 0 deletions
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;
}