Skip to content

Commit

Permalink
Define min and max widths for MdTile
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorascharff committed Sep 9, 2024
1 parent 8bb6b1a commit 1fa9650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/css/src/tile/tile.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
box-sizing: border-box;
gap: 1.5em;
text-align: start;
width: 440px;
max-width: 100%;
width: 100%;
max-width: 440px;
min-width: 340px;
transition: all 0.15s ease-in-out;
}

Expand Down

0 comments on commit 1fa9650

Please sign in to comment.