am e59de21b
: am 74108dea
: fix css bug for paragraphs in table cells - only select the direct descendant for p:last-child in a td
Merge commit 'e59de21b8af028929e5bb7c077f323ce8f19081b' into kraken * commit 'e59de21b8af028929e5bb7c077f323ce8f19081b': fix css bug for paragraphs in table cells
This commit is contained in:
commit
ac06ea783b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ th {
|
|||
background-color:#dee8f1;
|
||||
}
|
||||
|
||||
td p:last-child {
|
||||
td > p:last-child {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue