complex text table css fix

This commit is contained in:
Yuri Kuznetsov
2025-05-23 11:24:30 +03:00
parent 04f74150ac
commit bdbfbdabf1
+5 -1
View File
@@ -2767,7 +2767,7 @@ table.table td.cell .html-container {
font-weight: normal;
}
h5, h6 {
h5, h6 {
margin-top: calc(var(--line-height-computed) / 2);
margin-bottom: calc(var(--line-height-computed) / 2);
}
@@ -2845,6 +2845,10 @@ table.table td.cell .html-container {
border: var(--1px) solid var(--default-border-color);
vertical-align: top;
}
+ table {
margin-top: var(--line-height-computed);
}
}
}