Skip to content

Commit

Permalink
fix(vwc-list-item): un-needed ellipsis in safari (#1388)
Browse files Browse the repository at this point in the history
* add menu test + fix safari ellipsis
  • Loading branch information
rachelbt authored Apr 11, 2023
1 parent 51dd1b2 commit 36ee6e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/list/src/vwc-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ $vvd-list-item-graphic-margin: --vvd-list-item-graphic-margin;

.mdc-deprecated-list-item__meta {
display: flex;
flex-shrink: 0;
}


Expand Down
2 changes: 2 additions & 0 deletions components/list/src/vwc-list-text-parts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
:host,
:host([twoline]) {
.mdc-deprecated-list-item__text {
flex-grow: 1;
align-self: center;
inline-size: 100%;
margin-inline-end: 4px;
}
}
Expand Down
Binary file modified ui-tests/snapshots/vwc-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36ee6e0

Please sign in to comment.