diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e5985d..3dca72a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe ### Fixed - 404 errors for missing MVTs +- truncated tooltips ## [1.0.0] - 2024-05-07 ### Added diff --git a/digiplan/static/scss/base/_variable_overrides.scss b/digiplan/static/scss/base/_variable_overrides.scss index 5c9ed8ba..f83ead54 100644 --- a/digiplan/static/scss/base/_variable_overrides.scss +++ b/digiplan/static/scss/base/_variable_overrides.scss @@ -429,6 +429,9 @@ $navbar-light-toggler-border-color: none; // Tooltips // scss-docs-start tooltip-variables +$tooltip-max-width: 32rem; +$tooltip-padding-y: 0.75rem; +$tooltip-padding-x: 0.75rem; // scss-docs-end tooltip-variables // Form tooltips must come after regular tooltips diff --git a/digiplan/templates/components/map.html b/digiplan/templates/components/map.html index 0f7c651d..4c2ad107 100644 --- a/digiplan/templates/components/map.html +++ b/digiplan/templates/components/map.html @@ -352,7 +352,7 @@

EmPowerPlan-Tool+
- + @@ -454,7 +454,7 @@

EmPowerPlan-Tool+

- + @@ -558,7 +558,7 @@

EmPowerPlan-Tool+

- + @@ -621,7 +621,7 @@

EmPowerPlan-Tool+

- + @@ -691,7 +691,7 @@

EmPowerPlan-Tool+

- + @@ -785,7 +785,7 @@

EmPowerPlan-Tool+

- + @@ -889,7 +889,7 @@

EmPowerPlan-Tool+

- + @@ -952,7 +952,7 @@

EmPowerPlan-Tool+

- + diff --git a/digiplan/templates/components/panel_2_today.html b/digiplan/templates/components/panel_2_today.html index dd79a558..c60e3ad0 100644 --- a/digiplan/templates/components/panel_2_today.html +++ b/digiplan/templates/components/panel_2_today.html @@ -76,7 +76,7 @@

- Info Icon + Info Icon

diff --git a/digiplan/templates/components/panel_5_results.html b/digiplan/templates/components/panel_5_results.html index d87006cf..5e384570 100644 --- a/digiplan/templates/components/panel_5_results.html +++ b/digiplan/templates/components/panel_5_results.html @@ -80,7 +80,7 @@

- Info Icon + Info Icon

diff --git a/digiplan/templates/widgets/info_button.html b/digiplan/templates/widgets/info_button.html index 56ca0536..f0d71df7 100644 --- a/digiplan/templates/widgets/info_button.html +++ b/digiplan/templates/widgets/info_button.html @@ -1,2 +1,2 @@ {% load static %} -Info Icon +Info Icon