diff --git a/src/styles/sections/header.scss b/src/styles/sections/header.scss index 3ab9e50b..869f70a4 100644 --- a/src/styles/sections/header.scss +++ b/src/styles/sections/header.scss @@ -22,6 +22,7 @@ position: relative; &.-page-select { + align-items: stretch; align-self: center; border-radius: $br; margin: 0; diff --git a/src/styles/sections/page-select.scss b/src/styles/sections/page-select.scss index 6993beba..619e30e0 100644 --- a/src/styles/sections/page-select.scss +++ b/src/styles/sections/page-select.scss @@ -1,7 +1,8 @@ .tify-page-select { > .tify-dropdown-button { @extend %button; - line-height: 1; + height: 100%; + line-height: 1.5; max-width: g(5); min-width: g(3); overflow: hidden;