editor: make table width adjustable

This commit is contained in:
Abdullah Atta
2025-10-10 15:47:05 +05:00
parent 2341293d92
commit 17c1e77f54

View File

@@ -69,10 +69,7 @@ export function TableComponent(props: ReactNodeViewProps) {
/>
</DesktopOnly>
<SimpleBar autoHide>
<Box
dir={textDirection}
sx={{ "& table": { width: "100% !important" } }}
>
<Box dir={textDirection}>
<table
ref={(ref) => {
forwardRef?.(ref);