style: add word-break rule to upload page CSS for long filename wrapping
This commit is contained in:
parent
38d935f8ad
commit
02dd36aa06
@ -40,7 +40,7 @@ UPLOAD_PAGE = """
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
word-break: break-all;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user