diff --git a/CHANGELOG.md b/CHANGELOG.md index cc829ed1..7f6be6b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### Remove wrap from info footer + Resolves #1525. + Removes wrapping from the site info contact footer to remove the extra space. +--- + ## [20241204] - 2024-12-04 - ### Class Notes List: Allow WYSIWYG Class Notes to display correctly diff --git a/css/ucb-site-contact-info-footer.css b/css/ucb-site-contact-info-footer.css index 8f8a5a92..e05c9ad6 100644 --- a/css/ucb-site-contact-info-footer.css +++ b/css/ucb-site-contact-info-footer.css @@ -5,7 +5,6 @@ .ucb-site-contact-info-footer { display: flex; flex-direction: column; - flex-wrap: wrap; } .ucb-site-contact-info-footer-left {