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> </DesktopOnly>
<SimpleBar autoHide> <SimpleBar autoHide>
<Box <Box dir={textDirection}>
dir={textDirection}
sx={{ "& table": { width: "100% !important" } }}
>
<table <table
ref={(ref) => { ref={(ref) => {
forwardRef?.(ref); forwardRef?.(ref);