diff --git a/changelogs/DP-41032.yml b/changelogs/DP-41032.yml new file mode 100644 index 0000000000..4034fd1440 --- /dev/null +++ b/changelogs/DP-41032.yml @@ -0,0 +1,3 @@ +Fixed: + - description: Pin mayflower artifact to add vertical spacing for Highlight and callout components in rich text. + issue: DP-41032 diff --git a/composer.lock b/composer.lock index 7a1d7d4c6a..6429b8762b 100644 --- a/composer.lock +++ b/composer.lock @@ -14012,12 +14012,12 @@ "source": { "type": "git", "url": "https://github.com/massgov/mayflower-artifacts", - "reference": "15539673a301ebf85bad77f524af49438995c9d8" + "reference": "594d9969bea35be7abab1055212a513fc4ff9a5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/15539673a301ebf85bad77f524af49438995c9d8", - "reference": "15539673a301ebf85bad77f524af49438995c9d8", + "url": "https://api.github.com/repos/massgov/mayflower-artifacts/zipball/594d9969bea35be7abab1055212a513fc4ff9a5c", + "reference": "594d9969bea35be7abab1055212a513fc4ff9a5c", "shasum": "" }, "require": { @@ -14035,7 +14035,7 @@ } ], "description": "This repository is the product of the built artifact from massgov/mayflower", - "time": "2026-06-22T20:09:09+00:00" + "time": "2026-06-24T06:22:47+00:00" }, { "name": "masterminds/html5", diff --git a/docroot/themes/custom/mass_theme/overrides/css/info-details-richtext.css b/docroot/themes/custom/mass_theme/overrides/css/info-details-richtext.css index aad19841d2..1796220a4f 100644 --- a/docroot/themes/custom/mass_theme/overrides/css/info-details-richtext.css +++ b/docroot/themes/custom/mass_theme/overrides/css/info-details-richtext.css @@ -22,17 +22,8 @@ /* .ma__action-finder__items */ .ma__rich-text .ma__action-finder__items { - margin-top: 21.75px; - margin-bottom: 1.75px; - margin-top: 1.5rem; - margin-bottom: calc(1.5rem - 20px); -} - -@media (min-width: 621px) { - .ma__rich-text .ma__action-finder__items { - margin-top: 1.75rem; - margin-bottom: calc(1.75rem - 20px); - } + margin-top: 0; + margin-bottom: 0; } .ma__rich-text .ma__action-finder__items:not(.ma__action-finder__items--all) {