summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx18
1 files changed, 10 insertions, 8 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
index 7ee3277335..26fe69ab7c 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
@@ -189,14 +189,16 @@ function LinuxSplitTunnelingSettings(props: IPlatformSplitTunnelingSettingsProps
<ApplicationList applications={filteredApplications} rowRenderer={rowRenderer} />
)}
- <Button onClick={launchWithFilePicker}>
- <Button.Text>
- {
- // TRANSLATORS: Button label for browsing applications with split tunneling.
- messages.pgettext('split-tunneling-view', 'Find another app')
- }
- </Button.Text>
- </Button>
+ <Flex $margin={{ horizontal: 'medium', bottom: 'large' }}>
+ <Button onClick={launchWithFilePicker}>
+ <Button.Text>
+ {
+ // TRANSLATORS: Button label for browsing applications with split tunneling.
+ messages.pgettext('split-tunneling-view', 'Find another app')
+ }
+ </Button.Text>
+ </Button>
+ </Flex>
</FlexColumn>
<ModalAlert