From 6f7881ee9dcec34141a8f34fc814b56b366d2b48 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 24 Mar 2020 09:09:25 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/assets/stylesheets/notify.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss index ea82ba3e879..b59b01f4086 100644 --- a/app/assets/stylesheets/notify.scss +++ b/app/assets/stylesheets/notify.scss @@ -20,7 +20,11 @@ pre.commit-message { } .gl-label-scoped { - box-shadow: 0 0 0 2px currentColor inset; + border: 2px solid currentColor; + box-sizing: border-box; + display: inline-block; + height: 17px; + line-height: 14px; } .gl-label-text { -- cgit v1.2.3