From 7244f35d1e13d0fdd584f7af186d0c7d9f06af6d Mon Sep 17 00:00:00 2001 From: And Finally Date: Fri, 30 Jul 2021 15:24:12 +0100 Subject: [PATCH] Giving 100% width to purple header. --- assets/css/admin.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 3c547521532..a21fc27665a 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -25,11 +25,13 @@ background-image: url("../images/marketplace-header-bg@2x.png"); background-position: right; background-size: cover; + box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; - padding: 24px; min-height: 216px; + padding: 24px; + width: 100%; &__title { color: #fff;