diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx index 2adf8868d9..9b4804c4a3 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/components/cell/SettingsRow.tsx @@ -60,6 +60,7 @@ const StyledSettingsRowErrorMessage = styled.div(tinyText, { display: 'flex', alignItems: 'center', marginLeft: measurements.horizontalViewMargin, + marginRight: measurements.horizontalViewMargin, marginTop: '5px', color: colors.whiteAlpha60, }); |
