fix table cell padding in editor

This commit is contained in:
ammarahm-ed
2021-12-21 14:59:03 +05:00
parent 145633390b
commit b207cbaf8c

View File

@@ -322,6 +322,16 @@ h6,
strong {
font-weight:600 !important;
}
td > *,
th > * {
margin: 0 !important;
}
td > * + *,
th > * + * {
margin-top: .75em !important;
}
`;
function init_tiny(size) {