Skip to content

Commit

Permalink
fix(tile): slotted content renders within the border (#9359)
Browse files Browse the repository at this point in the history
**Related Issue:** #9358

## Summary

This PR fixes an issue where slotted image content would overflow beyond
the boundary of a `calcite-tile`. Slotted content is now set to take the
full width of the container, regardless of its size on its own. This
will keep visual overflow from happening, and allow developers to
control the sizing of tiles with simple CSS selectors targeting the
`calcite-tile` element.
  • Loading branch information
eriklharper committed May 17, 2024
1 parent 750ee62 commit 045ca2a
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 63 deletions.

0 comments on commit 045ca2a

Please sign in to comment.