chore: fix table margin in super

This commit is contained in:
Aman Harwara
2023-12-05 14:10:23 +05:30
parent 39f49d3e8e
commit 868932dac2

View File

@@ -108,7 +108,7 @@
overflow-y: scroll; overflow-y: scroll;
table-layout: fixed; table-layout: fixed;
width: calc(100% - 25px); width: calc(100% - 25px);
margin: 30px 0; margin: 0.5rem 0;
color: var(--sn-stylekit-contrast-foreground-color); color: var(--sn-stylekit-contrast-foreground-color);
} }
.Lexical__tableSelected { .Lexical__tableSelected {