diff --git a/src/components/actionSheet/actionSheet.scss b/src/components/actionSheet/actionSheet.scss index 87d6e9466c..7c1da7ad18 100644 --- a/src/components/actionSheet/actionSheet.scss +++ b/src/components/actionSheet/actionSheet.scss @@ -90,12 +90,13 @@ .actionSheetTitle { margin: 0.6em 0 0.7em !important; - padding: 0 0.9em; + padding: 0 0.75rem; flex-grow: 0; } .actionSheetText { - padding: 0 1em; + margin-top: 0; + padding: 0 0.75rem; flex-grow: 0; }