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

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

am e59de21b: am 74108dea: fix css bug for paragraphs in table cells - only...

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 'e59de21b' into kraken

* commit 'e59de21b':
  fix css bug for paragraphs in table cells
parents 9ca21644 e59de21b
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;
}