mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix video align
This commit is contained in:
parent
9da49fd6a5
commit
02d562d7c8
@ -22,6 +22,7 @@ export default function VideoView(props: NodeViewProps) {
|
||||
controls
|
||||
src={getFileUrl(src)}
|
||||
className={clsx(selected ? "ProseMirror-selectednode" : "", alignClass)}
|
||||
style={{ display: "block" }}
|
||||
/>
|
||||
</NodeViewWrapper>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user