diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-15 16:21:17 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-15 16:21:17 +0300 |
| commit | 85755c98cb707a405e4483494118298ab6d10930 (patch) | |
| tree | 33f3c477e13f1180624ff268f0512e6f9e2e26ed | |
| parent | 0c28c777fab7145cb5d7cf793a7b638513001f7c (diff) | |
| parent | a5260e5530f4e1e4ec73b4e99c9c922503596892 (diff) | |
| download | mullvadvpn-85755c98cb707a405e4483494118298ab6d10930.tar.xz mullvadvpn-85755c98cb707a405e4483494118298ab6d10930.zip | |
Merge branch 'fix-account-history-item-clicks'
| -rw-r--r-- | gui/src/renderer/components/LoginStyles.tsx | 8 |
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({ |
