diff --git a/app/assets/javascripts/Components/Preferences/Panes/Security/Encryption.tsx b/app/assets/javascripts/Components/Preferences/Panes/Security/Encryption.tsx index bdb486b1b..3f26822d1 100644 --- a/app/assets/javascripts/Components/Preferences/Panes/Security/Encryption.tsx +++ b/app/assets/javascripts/Components/Preferences/Panes/Security/Encryption.tsx @@ -16,7 +16,7 @@ const EncryptionStatusItem: FunctionComponent<{ icon: ComponentChild status: string }> = ({ icon, status }) => ( -
+
{icon}
{status}
@@ -38,12 +38,12 @@ const EncryptionEnabled: FunctionComponent<{ appState: AppState }> = observer(({ const trashIcon = return ( <> -
+
-
+
diff --git a/app/assets/stylesheets/_sn.scss b/app/assets/stylesheets/_sn.scss index e61ced799..cb77fde97 100644 --- a/app/assets/stylesheets/_sn.scss +++ b/app/assets/stylesheets/_sn.scss @@ -465,6 +465,10 @@ min-height: 1.5rem; } +.min-h-8 { + min-height: 2rem; +} + .min-h-16 { min-height: 4rem; }