am ac06ea78
: am e59de21b
: am 74108dea
: fix css bug for paragraphs in table cells - only select the direct descendant for p:last-child in a td
This commit is contained in:
@@ -177,7 +177,7 @@ th {
|
|||||||
background-color:#dee8f1;
|
background-color:#dee8f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
td p:last-child {
|
td > p:last-child {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user