Skip to content

Commit

Permalink
Fixed issue with element not wrapping properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed May 7, 2024
1 parent 8dcb19e commit cdafba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/headshots/headshots.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main .headshots .headshot-item .headshot-avatar img {
}

main .headshots .headshot-item .headshot-details {
flex:1 0 auto;
flex: 1 1 auto;
}

main .headshots .headshot-item .headshot-links {
Expand Down

0 comments on commit cdafba9

Please sign in to comment.