Skip to content

Commit

Permalink
fixing button size for subscribe (#1989)
Browse files Browse the repository at this point in the history
* updates on engagement publish

* update email template

* adding action drop down

* updated changes for User Management

* access user details page for users without a role

* updating variable name

* updating the schema

* updating as per review comments

* updating schema

* adding changes for clone and delete

* fixing linting

* update

* fix for report setting on analytics

* fixing lint

* fixing button size for subscribe
  • Loading branch information
VineetBala-AOT authored Aug 10, 2023
1 parent 5799a8f commit 1e8f36f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ const SubscribeWidget = ({ widget }: { widget: Widget }) => {
<When
condition={item.subscribe_items[0].call_to_action_type == CallToActionType.BUTTON}
>
<Grid item xs={6}>
<SecondaryButton onClick={() => setOpen(true)} sx={{ width: '100%' }}>
<Grid container xs={12} direction="row" justifyContent="flex-end">
<SecondaryButton onClick={() => setOpen(true)}>
{item.subscribe_items[0].call_to_action_text}
</SecondaryButton>
</Grid>
Expand Down

0 comments on commit 1e8f36f

Please sign in to comment.