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