diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-15 15:23:30 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-15 16:05:39 +0300 |
| commit | a5260e5530f4e1e4ec73b4e99c9c922503596892 (patch) | |
| tree | 33f3c477e13f1180624ff268f0512e6f9e2e26ed /gui | |
| parent | 0c28c777fab7145cb5d7cf793a7b638513001f7c (diff) | |
| download | mullvadvpn-a5260e5530f4e1e4ec73b4e99c9c922503596892.tar.xz mullvadvpn-a5260e5530f4e1e4ec73b4e99c9c922503596892.zip | |
Make margins around the account label clickable
Diffstat (limited to 'gui')
| -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({ |
