complex text table css fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user