We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7bf30 commit ff84500Copy full SHA for ff84500
packages/editor/src/extensions/attachment/component.tsx
@@ -86,6 +86,7 @@ export function AttachmentComponent(props: ReactNodeViewProps<FileAttachment | A
86
userSelect: "none",
87
backgroundColor: "var(--background-secondary)",
88
p: 2,
89
+ m: 1,
90
borderRadius: "default",
91
border: "1px solid var(--border)",
92
maxWidth: 350,
@@ -183,6 +184,7 @@ export function AttachmentComponent(props: ReactNodeViewProps<FileAttachment | A
183
184
alignItems: "center",
185
186
px: 1,
187
188
189
190
cursor: "pointer",
0 commit comments