From 88bc146f0d6848659ade89b13d5681024c778aeb Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:35:25 -0800 Subject: [PATCH] Fix min-height of PNP settings row --- stylesheets/components/Preferences.scss | 4 ++++ ts/components/Preferences.tsx | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/stylesheets/components/Preferences.scss b/stylesheets/components/Preferences.scss index e8c38949c3..831a660004 100644 --- a/stylesheets/components/Preferences.scss +++ b/stylesheets/components/Preferences.scss @@ -161,6 +161,10 @@ margin: 0; margin-bottom: 8px; } + + &--pnp-sharing { + min-height: 185px; + } } &__settings-row:not(:last-child) { diff --git a/ts/components/Preferences.tsx b/ts/components/Preferences.tsx index acfc94b5ea..05d2af128a 100644 --- a/ts/components/Preferences.tsx +++ b/ts/components/Preferences.tsx @@ -1104,7 +1104,13 @@ export function Preferences({ - +