Skip to content

Commit

Permalink
fix overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Jan 3, 2024
1 parent 19e8168 commit d840c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/billing/UnsubscribeSurveyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const UnsubscribeSurveyModal = ({
{includesPipelinesAddon && itemsToDisable.length > 0 ? (
<div className="mb-6">
<div className="mb-4">
<h3 className="mt-2 mb-2">{`Important: Disable remaining export apps`}</h3>
<h3 className="mt-2 mb-2 mr-8">{`Important: Disable remaining export apps`}</h3>
<p>
To avoid unexpected impact on your data, you must explicitly disable the following apps
and exports before unsubscribing:
Expand All @@ -46,7 +46,7 @@ export const UnsubscribeSurveyModal = ({
) : (
<></>
)}
<h3 className="mt-2 mb-4">{`Why are you unsubscribing from ${product.name}?`}</h3>
<h3 className="mt-2 mb-4 mr-8">{`Why are you unsubscribing from ${product.name}?`}</h3>
<div className="flex flex-col gap-3.5">
<LemonTextArea
data-attr="unsubscribe-reason-survey-textarea"
Expand Down

0 comments on commit d840c04

Please sign in to comment.