From 6233cb48f2a1c3575454095a10010a12c9353351 Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Mon, 15 Jul 2019 12:43:02 +0000 Subject: (CE Port) Set max width for onboarding popover --- app/assets/stylesheets/components/popover.scss | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1