style: add word-break rule to upload page CSS for long filename wrapping

This commit is contained in:
retoor 2024-11-26 06:29:06 +00:00
parent 38d935f8ad
commit 02dd36aa06

View File

@ -40,7 +40,7 @@ UPLOAD_PAGE = """
display: flex;
justify-content: center;
align-items: center;
word-break: break-all;
margin: 0;
}