summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/components/user_popover.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/user_popover.scss b/app/assets/stylesheets/components/user_popover.scss
new file mode 100644
index 00000000000..2f33324bc60
--- /dev/null
+++ b/app/assets/stylesheets/components/user_popover.scss
@@ -0,0 +1,4 @@
+.user-popover {
+ padding: $gl-padding-8;
+ line-height: $gl-line-height;
+}