From 793a865bc9191c873392fd6a60cb399a7b375523 Mon Sep 17 00:00:00 2001 From: Shreyas Sharma Date: Mon, 1 Jul 2024 09:43:41 +0530 Subject: [PATCH] fix(meetings): add-bottom-padding-to-captcha-div --- .../WebexMeetingGuestAuthentication.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss b/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss index b36449957..b5a0a5880 100644 --- a/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss +++ b/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss @@ -57,6 +57,7 @@ $C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-guest-authentication; display: flex; flex-direction: row; align-items: center; + padding-bottom: 0.5rem; } .#{$C}__captcha-image {