Skip to content

Commit

Permalink
Hide overflow in calendar task thumbnails (#164)
Browse files Browse the repository at this point in the history
Setting a max-height skews the aspect ratio and sometimes shows the gray
default background. With overflow: hidden you can still get an idea of
what the thumbnail is without having it look distorted.
  • Loading branch information
mdickson-adbe authored Aug 26, 2024
1 parent e33f2fe commit 68d86f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/gmo-program-details/gmo-program-details.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ body {
background-color: lightgray;
border-radius: 4px;
margin-right: 5px;
overflow: hidden;
}
& .link {
margin-right: 10px;
Expand Down

0 comments on commit 68d86f8

Please sign in to comment.