diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 18:40:18 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 18:40:18 +0200 |
| commit | c6c02cbacf480e3a031734da56e3289542ef4f1a (patch) | |
| tree | cbcea31bfd94e34aef4c081f82e78184dbc649fb | |
| parent | 207a30aee5e324bf0d9b52da89d23143efafcb73 (diff) | |
| download | mullvadvpn-c6c02cbacf480e3a031734da56e3289542ef4f1a.tar.xz mullvadvpn-c6c02cbacf480e3a031734da56e3289542ef4f1a.zip | |
Fix spinner alignment
| -rw-r--r-- | app/components/SupportStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index bbc3895b6a..6e50fe8298 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -53,7 +53,7 @@ export default Object.assign( flex: 0, }, support__status_icon: { - textAlign: 'center', + alignItems: 'center', marginBottom: 32, }, view_logs_button: { |
