mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix table cell padding in editor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user