Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-07-15 15:43:02 +0300
committerTim Zallmann <tzallmann@gitlab.com>2019-07-15 15:43:02 +0300
commit6233cb48f2a1c3575454095a10010a12c9353351 (patch)
treea85425fa9a4fe89d4fd36b25191a5e5e7776e02e /app
parentf2582fbcddb353a640cf65acae5714b025ef07ad (diff)
(CE Port) Set max width for onboarding popover
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components/popover.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index 8c40c4adb5c..6654553aaa2 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -102,6 +102,7 @@
.onboarding-popover {
box-shadow: 0 2px 4px $dropdown-shadow-color;
+ max-width: 280px;
.popover-body {
font-size: $gl-font-size;