Fix empty table row height in generated report, prevent table overflow
Fixes #2545
This commit is contained in:
parent
ee10d33304
commit
5c8ea0174a
2 changed files with 5 additions and 1 deletions
|
@ -178,8 +178,12 @@ div table {
|
|||
div table td, div table th {
|
||||
border: 1px #ccc solid;
|
||||
border-collapse: collapse;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
div table td p:empty::after, div table th p:empty::after {
|
||||
content: "\00a0";
|
||||
}
|
||||
|
||||
div table td *:first-child, div table th *:first-child {
|
||||
margin-top: 0;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7edd5434863151377ca2d8c0878f171ef0edbbcd
|
||||
Subproject commit d23f45a0cf6502eacb583b6667add5c97e29c8e7
|
Loading…
Reference in a new issue