Merge pull request #5012 from vdegenne:list-item-start-nonoverflow

PiperOrigin-RevId: 568942415
This commit is contained in:
Copybara-Service 2023-09-27 13:24:04 -07:00
commit b591196859

View File

@ -85,7 +85,7 @@
}
.default-slot,
::slotted(*) {
.text ::slotted(*) {
overflow: hidden;
text-overflow: ellipsis;
}