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