Commit 0e8af252 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'ce-mw-onboarding-popover-width' into 'master'

(CE Port) Set max width for onboarding popover

See merge request gitlab-org/gitlab-ce!30619
parents f2582fbc 6233cb48
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
.onboarding-popover { .onboarding-popover {
box-shadow: 0 2px 4px $dropdown-shadow-color; box-shadow: 0 2px 4px $dropdown-shadow-color;
max-width: 280px;
.popover-body { .popover-body {
font-size: $gl-font-size; font-size: $gl-font-size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment