fix: clip corners of gerrit preview image #3
Loading…
Reference in a new issue
No description provided.
Delete branch "jakehamilton/floral.systems:fix/gerrit-preview-rounded-corners"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The corners of the Gerrit preview image weren't being rounded because the image was overflowing the container that was rounded. Setting
overflow-hidden
clips the content to make the corners round as intended.Before
After
merged
Pull request closed