Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74108dea authored by Scott Main's avatar Scott Main
Browse files

fix css bug for paragraphs in table cells

 - only select the direct descendant for p:last-child in a td

Change-Id: I9ad63b80914fbfe4d3e74041915f67b7a08d9649
parent 2ea21065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ th {
  background-color:#dee8f1;
}

td p:last-child {
td > p:last-child {
  margin:0;
}