From 171ba921332042067f3b4ec081b18b09413cae7a Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Thu, 5 Mar 2026 14:19:31 -0800 Subject: [PATCH] fix(datetime): correct style for next-prev --- core/src/components/datetime/datetime.ios.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/components/datetime/datetime.ios.scss b/core/src/components/datetime/datetime.ios.scss index 4bf50913d1..8c5959c899 100644 --- a/core/src/components/datetime/datetime.ios.scss +++ b/core/src/components/datetime/datetime.ios.scss @@ -63,10 +63,8 @@ @include margin(0, 0, 0, 0); } -:host .calendar-action-buttons ion-buttons { +:host .calendar-action-buttons .calendar-next-prev { align-items: stretch; - - height: 100%; } // These styles are copied from buttons.ios.scss