Skip to content

Commit

Permalink
fix(md-item): exclude start slot from hidden overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Sep 27, 2023
1 parent e8fcfa3 commit e087141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/item/internal/_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}

.default-slot,
::slotted(*) {
:not([name='start'])::slotted(*) {
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit e087141

Please sign in to comment.