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 {