mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
editor: make table width adjustable
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user