From 080d28349a87b4a9c631dbd6f46f50771cf696c0 Mon Sep 17 00:00:00 2001 From: Chetna Joshi Date: Mon, 1 Jun 2020 11:11:57 +0530 Subject: [PATCH] fix some ui related issues --- .../SignupEventInvitationRightPanel.js | 2 +- src/containers/EventInvitation/InvitationScreen.js | 5 +++-- src/containers/EventInvitation/InvitationScreenStyle.js | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/componets/SignupEventComponents/SignupEventInvitation/SignupEventInvitationRightPanel/SignupEventInvitationRightPanel.js b/src/componets/SignupEventComponents/SignupEventInvitation/SignupEventInvitationRightPanel/SignupEventInvitationRightPanel.js index a64fe5d3e..5e1b6faff 100644 --- a/src/componets/SignupEventComponents/SignupEventInvitation/SignupEventInvitationRightPanel/SignupEventInvitationRightPanel.js +++ b/src/componets/SignupEventComponents/SignupEventInvitation/SignupEventInvitationRightPanel/SignupEventInvitationRightPanel.js @@ -115,7 +115,7 @@ class SignupEventInvitationRightPanel extends React.Component { Start : {moment(startDate + " " + startTime).format("DD-MMM-YYYY hh:mm A")}
End : {moment(endDate + " " + endTime).format("DD-MMM-YYYY hh:mm A")} {(isShowEdit && currentEventInvitation.event.eventSlotsList.length > 1) && - + (stylesFunc( @@ -314,7 +313,7 @@ class InvitationScreen extends PureComponent {
-
+
{!this.state.isUserLogin && @@ -394,6 +393,7 @@ class InvitationScreen extends PureComponent {
+
{eventProfileDetail.eventProfileDetail.eventSlotsList.length > 1 && @@ -409,6 +409,7 @@ class InvitationScreen extends PureComponent {
} +
{this.state.isUserLogin ?

{t('eventSignup.eventSignupInvitation.addCommentHeading')}

diff --git a/src/containers/EventInvitation/InvitationScreenStyle.js b/src/containers/EventInvitation/InvitationScreenStyle.js index c728d61b2..ae599e81a 100644 --- a/src/containers/EventInvitation/InvitationScreenStyle.js +++ b/src/containers/EventInvitation/InvitationScreenStyle.js @@ -472,5 +472,6 @@ export default ( top: 0, overflow: "hidden", transform: "translateY(33vh)", - } + }, + tableParent:{overflow:"auto"} }); -- GitLab