summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-08-15 16:21:17 +0300
committerAndrej Mihajlov <and@mullvad.net>2019-08-15 16:21:17 +0300
commit85755c98cb707a405e4483494118298ab6d10930 (patch)
tree33f3c477e13f1180624ff268f0512e6f9e2e26ed /gui/src
parent0c28c777fab7145cb5d7cf793a7b638513001f7c (diff)
parenta5260e5530f4e1e4ec73b4e99c9c922503596892 (diff)
downloadmullvadvpn-85755c98cb707a405e4483494118298ab6d10930.tar.xz
mullvadvpn-85755c98cb707a405e4483494118298ab6d10930.zip
Merge branch 'fix-account-history-item-clicks'
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/LoginStyles.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/gui/src/renderer/components/LoginStyles.tsx b/gui/src/renderer/components/LoginStyles.tsx
index 53cf650c99..c28cebd4e5 100644
--- a/gui/src/renderer/components/LoginStyles.tsx
+++ b/gui/src/renderer/components/LoginStyles.tsx
@@ -99,9 +99,11 @@ export default {
color: colors.blue,
}),
account_dropdown__label_container: Styles.createViewStyle({
- marginLeft: 12,
- marginTop: 11,
- marginBottom: 11,
+ paddingLeft: 12,
+ paddingTop: 11,
+ paddingBottom: 11,
+ marginHorizontal: 0,
+ marginVertical: 0,
}),
login_footer__prompt: Styles.createTextStyle({