Fix attachments overflowing

This commit is contained in:
Andrew Kingston 2023-03-14 15:03:32 +00:00
parent d25128d45a
commit eda50c1330
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
flex-wrap: nowrap;
gap: var(--cell-spacing);
align-self: stretch;
overflow: hidden;
}
.attachment-cell.editable:hover {
cursor: pointer;