Skip to content

Commit

Permalink
Changing width to min-content for text in Content List Blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsparks committed Nov 18, 2024
1 parent c25d623 commit 7855010
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/block/content-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
max-width: 100px;
}

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

.ucb-content-list-display-sidebar .ucb-content-list-teaser .ucb-content-list-image {
max-width: 50px;
}
Expand Down Expand Up @@ -124,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 7855010

Please sign in to comment.