Skip to content

Commit

Permalink
Merge pull request #1484 from CuBoulder/issue/1169
Browse files Browse the repository at this point in the history
Content List: Fixes the sidebar display's text
  • Loading branch information
jcsparks authored and web-flow committed Nov 18, 2024
2 parents 8ec14af + 7855010 commit 1ae982d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Content List: Fixes the sidebar display's text
Fixes text wrapping of the text on Sidebar display. Text will remain all on one row with the thumbnail image.

Resolves https://github.com/CuBoulder/tiamat-theme/issues/1169
---

- ### Adds missing regions to search pages
Previously, some regions were missing from search pages, such as the sidebar regions. This update adds those regions to search pages to match our other pages, allowing blocks to be placed in the sidebar using block layout. This fix is needed ASAP for the homepage site.

Expand Down
2 changes: 1 addition & 1 deletion css/block/content-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
}

.ucb-content-list-sidebar .ucb-content-list-text-container {
width: fit-content;
width: min-content;
flex-grow: 1;
}

Expand Down

0 comments on commit 1ae982d

Please sign in to comment.