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 (
-
+
{titleMessage}