Skip to content

Commit

Permalink
Correct popover offset values
Browse files Browse the repository at this point in the history
Bootstrap 4.6 accepted one number for the popover's offset.
Bootstrap 5+ requires two values on string or array format.
  • Loading branch information
saraycp committed Apr 5, 2023
1 parent e4b3662 commit 36f8c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'bs-toggle': 'popover',
'bs-html': 'true',
'bs-content': help,
'bs-offset': 50 } }
'bs-offset': '50,0' } }
.d-flex.align-items-baseline.mb-sm-2
%span.fw-bold
= result.architecture
Expand Down

0 comments on commit 36f8c59

Please sign in to comment.