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
This commit is contained in:
Tim Zallmann 2019-07-15 12:43:02 +00:00
commit 0e8af2525f
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
.onboarding-popover {
box-shadow: 0 2px 4px $dropdown-shadow-color;
max-width: 280px;
.popover-body {
font-size: $gl-font-size;