diff --git a/app/assets/stylesheets/common/base/not-found.scss b/app/assets/stylesheets/common/base/not-found.scss index 8ffdff5e851..4f58cc362bc 100644 --- a/app/assets/stylesheets/common/base/not-found.scss +++ b/app/assets/stylesheets/common/base/not-found.scss @@ -43,7 +43,7 @@ h1.page-not-found { display: none; } } - .badge-wrapper { + a:not(.badge-wrapper) { flex-basis: 100%; } }