2025
+
2025
{% set first_yr=2025 %}
{% for date, dollars in savings %}
@@ -121,7 +121,7 @@
Super kicks in!!!
{% endif %}
{% if COMP %}
-
Note: {{ '$%0.2f' % COMP['amount']|float }} is the final value of the compared to data. Hover over blue labels above to see what compared to values differed
+
Note: {{ '$%0.2f' % COMP['amount']|float }} is the final value of the compared to data. Hover over blue labels above to see what compared to values differed
{% endif %}
@@ -162,6 +162,11 @@
var tooltipTriggerList = [].slice.call(document.querySelectorAll("[data-bs-toggle='tooltip']"))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl) })
+
+ var parentWidth = $('#info_col').width();
+
+ // Set the alert's `max-width` to the parent's width
+ $('#info_alert').css('max-width', parentWidth + 'px');
};
document.addEventListener('DOMContentLoaded', function () {