From dabe14d4b4e066baa042822d8465f417ddbecbcc Mon Sep 17 00:00:00 2001 From: diptesh6501 Date: Tue, 14 Jul 2020 19:06:57 +0530 Subject: [PATCH] Issue #SB-584 fix: activity popup button css --- src/app.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.scss b/src/app.scss index b074083eaa..43b4eb80af 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1430,7 +1430,9 @@ ion-modal.sb-progress-loader { margin-bottom: 16px !important; } .sb-popover-footer .sb-popover-action-btn { - padding: 22px 155px 33px 155px !important; + padding: 16px !important; + width: 100%; + height: unset !important; } } .grecaptcha-badge {