* deal with too-few tracks on landing page, and the 3rd CTA bubble clipping off text
This commit is contained in:
parent
0076f0205a
commit
6d010a561b
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
helpBubble.jamtrackLandingCta = function($element, $alternativeElement) {
|
||||
if (!$alternativeElement || $element.visible()) {
|
||||
context.JK.prodBubble($element, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['top', 'right'], width:240}))
|
||||
context.JK.prodBubble($element, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['top', 'right'], width:260}))
|
||||
}
|
||||
else if($alternativeElement) {
|
||||
context.JK.prodBubble($alternativeElement, 'jamtrack-landing-cta', {}, bigHelpOptions({positions:['right']}))
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ body.web.landing_jamtrack.individual_jamtrack {
|
|||
.row:nth-of-type(2) {
|
||||
margin-top:30px;
|
||||
position:relative;
|
||||
min-height:250px;
|
||||
}
|
||||
|
||||
.row .column:nth-of-type(1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue