Ensure attachment descriptions fill full width
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
c925f7f91b
commit
66b026561f
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