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

Commit 41e5e60b authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am ac06ea78: am e59de21b: am 74108dea: fix css bug for paragraphs in table...

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
parents 80d38729 ac06ea78
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;
}