Fix attachments overflowing
This commit is contained in:
parent
d25128d45a
commit
eda50c1330
|
@ -110,6 +110,7 @@
|
|||
flex-wrap: nowrap;
|
||||
gap: var(--cell-spacing);
|
||||
align-self: stretch;
|
||||
overflow: hidden;
|
||||
}
|
||||
.attachment-cell.editable:hover {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue