Skip to content

Commit

Permalink
feat(automotive): change width in meting list item
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin5207 authored and maxinteger committed Jan 23, 2025
1 parent cd0f108 commit 2ed6ad1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/MeetingRowContent/MeetingRowContent.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,13 @@
justify-content: unset;

div[data-position='middle'] {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

> * {
width: 100%;
}
}

div[data-position='end'] {
Expand All @@ -99,7 +102,7 @@
flex-direction: column;
align-items: flex-end;

.md-button-group-wrapper {
> * {
width: 100%;
justify-content: end;
}
Expand Down

0 comments on commit 2ed6ad1

Please sign in to comment.