diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 3ebbe86745aeae..7f6537d752bd91 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -9,7 +9,7 @@ box-shadow: shadow("header"); > .wrap { - width: 100%; + width: calc(100% - 16px); // accommodates for 8px vertical padding height: 100%; .contents { display: flex;