mksondej / mattermost-file-list

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.
Apache License 2.0
76 stars 11 forks source link

Missing word-break inside file list columns #25

Closed nopeslide closed 4 years ago

nopeslide commented 4 years ago

When I open the modal on my server, I see something like this: files This rendering issue could be mitigated by allowing word-breaks not only for the links inside the filename column but also inside other columns:

table.file-list-table td {
    word-break: break-word;
}

resulting in a better layout: files2

bbodenmiller commented 4 years ago

@nopeslide sounds like you already know the fix... why not put in a pull request?

mksondej commented 4 years ago

I'll gladly accept a PR :) I have a bit too much work now since COVID to do this myself and I planned to redesign the UI as per: https://github.com/Amonith/mattermost-file-list/issues/7

mksondej commented 4 years ago

Hey, PR merged. Included in latest release: https://github.com/Amonith/mattermost-file-list/releases/tag/v0.9.0