Skip to content

Commit 4a1e928

Browse files
committed
Merge branch 'ROU-11258' into ROU-11257
2 parents 3000d9e + b8d6e89 commit 4a1e928

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/src/components/accordion-group/accordion-group.ionic.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// --------------------------------------------------
66

77
:host {
8+
min-width: 272px;
9+
810
background-color: globals.$ionic-color-base-white;
911
}
1012

core/src/css/ionic/core.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ ion-toast-controller,
223223

224224
html.plt-ios.plt-hybrid,
225225
html.plt-ios.plt-pwa {
226-
--ion-statusbar-padding: globals.$ionic-space-m;
226+
--ion-statusbar-padding: #{globals.$ionic-space-500};
227227
}
228228

229229
@supports (padding-top: 20px) {

0 commit comments

Comments
 (0)