1
0
Fork 0
mirror of synced 2024-09-08 05:31:47 +12:00

Fix attachments overflowing

This commit is contained in:
Andrew Kingston 2023-03-14 15:03:32 +00:00
parent d25128d45a
commit eda50c1330

View file

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