diff --git a/src/network/html/FilesPage.html b/src/network/html/FilesPage.html
index 96014ee9..8c8880ac 100644
--- a/src/network/html/FilesPage.html
+++ b/src/network/html/FilesPage.html
@@ -261,6 +261,7 @@
}
.folder-link,
.file-link {
+ word-break: break-word;
color: var(--accent-color);
text-decoration: none;
cursor: pointer;
@@ -1216,6 +1217,7 @@
font-size: 14px;
}
.card {
+ line-break: anywhere;
padding: 12px;
margin: 10px 0;
}