summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/notify.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss6
1 files changed, 5 insertions, 1 deletions
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 {