From 3af97f25935289a673d5a4cdf723447fb1ea7452 Mon Sep 17 00:00:00 2001 From: kshitij katiyar <90389917+Kshitij-Katiyar@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:57:43 +0530 Subject: [PATCH] [MI-3421]: Fixed the alignment of button on the Jira Subscriptions page (#65) (#962) * [MI-3241]: Fixed the alignment of Create Subscription button on the Jira Subscriptions page * [MI-3421]: Grouped the margin css --- .../channel_subscriptions/channel_subscriptions_modal.scss | 7 +++++++ .../channel_subscriptions/select_channel_subscription.tsx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/modals/channel_subscriptions/channel_subscriptions_modal.scss b/webapp/src/components/modals/channel_subscriptions/channel_subscriptions_modal.scss index b1f03884a..54ccfa301 100644 --- a/webapp/src/components/modals/channel_subscriptions/channel_subscriptions_modal.scss +++ b/webapp/src/components/modals/channel_subscriptions/channel_subscriptions_modal.scss @@ -41,4 +41,11 @@ } } } + + .title-message { + justify-content: space-between; + h2 { + margin: 15px 0; + } + } } diff --git a/webapp/src/components/modals/channel_subscriptions/select_channel_subscription.tsx b/webapp/src/components/modals/channel_subscriptions/select_channel_subscription.tsx index 7d18ac076..905ad9724 100644 --- a/webapp/src/components/modals/channel_subscriptions/select_channel_subscription.tsx +++ b/webapp/src/components/modals/channel_subscriptions/select_channel_subscription.tsx @@ -178,7 +178,7 @@ export default class SelectChannelSubscriptionInternal extends React.PureCompone return (