diff options
| author | anderklander <anderklander@gmail.com> | 2018-03-26 14:14:31 +0200 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-04-11 13:45:41 +0200 |
| commit | 63fdf393545bacae79d00696ed03a3509f25aa45 (patch) | |
| tree | 286c1d05af2f1cf8f8c753e4a06099e887d0f0b6 /app/components/SelectLocationStyles.js | |
| parent | d0dcf31199cc3efa23645312fb9b5d2eb41a1d56 (diff) | |
| download | mullvadvpn-63fdf393545bacae79d00696ed03a3509f25aa45.tar.xz mullvadvpn-63fdf393545bacae79d00696ed03a3509f25aa45.zip | |
SelectLocation style and scrollbar-error fix
Diffstat (limited to 'app/components/SelectLocationStyles.js')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index 52f17a58c1..083a80499e 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -18,7 +18,7 @@ export default { }, close: { marginLeft: 12, - marginTop: 12, + marginTop: 24, cursor: 'default', }, close_icon:{ |
