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 e087141 commit 5607059
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,
:not([name='start'])::slotted(*) {
.text ::slotted(*) {
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit 5607059

Please sign in to comment.