From beb1bfd6c04ccd1965dfc81e966fdaefbced3b4c Mon Sep 17 00:00:00 2001 From: TheMelmacian <76712303+TheMelmacian@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:53:55 +0100 Subject: [PATCH] fix text truncation on actionSheetMenItem when scrollbar is visible --- src/components/actionSheet/actionSheet.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/actionSheet/actionSheet.scss b/src/components/actionSheet/actionSheet.scss index 9a9234ffcf..f7656f24f8 100644 --- a/src/components/actionSheet/actionSheet.scss +++ b/src/components/actionSheet/actionSheet.scss @@ -88,6 +88,11 @@ display: flex; flex-direction: column; width: 100%; + + /* to prevent truncation of the displayed text when the scrollbar is visible */ + .actionSheetMenuItem { + margin-right: 10px; + } } .actionSheetScroller-tv {