[bug] fix header bottom border not pushing link area down

This commit is contained in:
zombieFox 2019-05-25 00:53:57 +01:00
parent e2b5642d56
commit 30e562a6a4
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@
justify-content: flex-end;
}
.is-header-shade-border-bottom-show .link-area,
.is-header-shade-style-always .link-area {
padding-top: calc(var(--gutter) * 4);
}

View File

@ -1,7 +1,7 @@
var version = (function() {
// version is normally bumped when the state needs changing or any new functionality is added
var current = "3.1.6";
var current = "3.1.7";
var compare = function(a, b) {
var pa = a.split(".");