Ensure attachment descriptions fill full width
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
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:
parent
7e4d381af1
commit
9dea46bc8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue