Skip to content

Commit

Permalink
fix(components): fix to meta list width
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 10, 2024
1 parent e03e6fa commit 97c7e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/components/src/list/list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

:host(:not([left])) .mdc-deprecated-list-item__meta {
width: auto;
min-width: 40px;
}

.mdc-deprecated-list-item__meta ::slotted(*),
Expand Down

0 comments on commit 97c7e56

Please sign in to comment.