Ensure attachment descriptions fill full width
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

Was noticeable by e.g. the scrollbar being shown somewhere inside the
container and not being able to scroll near the edges if each line of
text was sufficiently short.

Directly implements the suggesstion from
#456 (comment)
This commit is contained in:
Riedler 2025-10-18 00:00:00 +00:00 committed by Oneric
commit 9dea46bc8a

View file

@ -129,6 +129,8 @@
max-height: 200px;
overflow-y: auto;
scrollbar-color: var(--border) #0000;
width: 100%;
box-sizing: border-box;
.status-popover & {
text-overflow: ellipsis;