Twenty Fifteen: Ensure the `<nav>` elements in widgets do not affect bottom margin.

Follow-up to [49208].

Props sabernhardt.
See #51445.

git-svn-id: https://develop.svn.wordpress.org/trunk@49469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-31 02:52:43 +00:00
parent f72dc8ca54
commit 4bfc35718a
1 changed files with 2 additions and 1 deletions

View File

@ -1398,7 +1398,8 @@ img.aligncenter {
text-transform: uppercase;
}
.widget > :last-child {
.widget > :last-child,
.widget > nav > :last-child {
margin-bottom: 0;
}