diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 7302275b13..07cffbaf11 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -14,8 +14,10 @@ backface-visibility: hidden; /** do magic for scrolling performance **/ > .wrap { - width: calc(100% - 20px); // accommodates for 10px vertical padding + box-sizing: border-box; + width: 100%; height: 100%; + .contents { display: flex; align-items: center;