diff --git a/static/css/chat.css b/static/css/chat.css index 6bfba9a..a2b4fc2 100644 --- a/static/css/chat.css +++ b/static/css/chat.css @@ -835,9 +835,15 @@ body:not(.loading) #loading { border: 1px solid #363a4f; } +.files .file .name { + overflow: hidden; + text-overflow: ellipsis; +} + .files .file::before { content: ""; background-image: url(icons/file.svg); + flex-shrink: 0; } .files .file button.remove {