summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components/popover.scss')
-rw-r--r--app/assets/stylesheets/components/popover.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index 2f4d30fe923..7d46b262a69 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -7,3 +7,10 @@
line-height: $gl-line-height;
}
}
+
+.mr-popover {
+ .text-secondary {
+ font-size: 12px;
+ line-height: 1.33;
+ }
+}