From 2ed6ad1e0aa8de495658d77cceb4d11b3984b345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxiaoshao=E2=80=9D?= Date: Wed, 22 Jan 2025 11:02:08 +0800 Subject: [PATCH] feat(automotive): change width in meting list item --- .../MeetingRowContent/MeetingRowContent.style.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/MeetingRowContent/MeetingRowContent.style.scss b/src/components/MeetingRowContent/MeetingRowContent.style.scss index a36e8acf1..939733a84 100644 --- a/src/components/MeetingRowContent/MeetingRowContent.style.scss +++ b/src/components/MeetingRowContent/MeetingRowContent.style.scss @@ -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'] { @@ -99,7 +102,7 @@ flex-direction: column; align-items: flex-end; - .md-button-group-wrapper { + > * { width: 100%; justify-content: end; }