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

Follow-up to [49208].

Props sabernhardt.
Fixes #51445.

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

View File

@ -1413,7 +1413,8 @@ blockquote:after,
}
.widget-area > :last-child,
.widget > :last-child {
.widget > :last-child,
.widget > nav > :last-child {
margin-bottom: 0;
}