Skip to content

Commit

Permalink
fix: overflow of mwc-item-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 4, 2020
1 parent 40a872a commit 025173d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-cherries-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hydrofoil/shaperone-wc-material": patch
---

Do not hide overflowing content of mwc-item-lite
1 change: 0 additions & 1 deletion packages/wc-material/elements/mwc-item-lite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class MwcItemLite extends LitElement {
#main {
display: flex;
flex: 1;
overflow: hidden;
}
slot::slotted(*) {
Expand Down

0 comments on commit 025173d

Please sign in to comment.