fix(editor): text overflow in journal card (#11537)

Closes: BS-3000
This commit is contained in:
Saul-Mirone
2025-04-08 09:04:48 +00:00
parent bda5562f90
commit ca75162fc9

View File

@@ -27,6 +27,7 @@ export const styles = css`
padding: 12px;
border-radius: var(--1, 0px);
opacity: var(--add, 1);
max-width: 100%;
}
.affine-embed-linked-doc-content-title {