diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-05 12:39:47 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-05 12:39:47 +0100 |
| commit | d417f0e355cd95d4d0bbd3735cd6ca520554cbdc (patch) | |
| tree | 903d48f9e2ac88ef07bc57ee8f7237a5e7ab7d49 | |
| parent | 5aca24edfffaf2272253ffc91894c773ccfe9603 (diff) | |
| download | mullvadvpn-d417f0e355cd95d4d0bbd3735cd6ca520554cbdc.tar.xz mullvadvpn-d417f0e355cd95d4d0bbd3735cd6ca520554cbdc.zip | |
Indentation
| -rw-r--r-- | app/components/AdvancedSettingsStyles.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/components/AdvancedSettingsStyles.js b/app/components/AdvancedSettingsStyles.js index 333128d813..8f6f1e81ba 100644 --- a/app/components/AdvancedSettingsStyles.js +++ b/app/components/AdvancedSettingsStyles.js @@ -38,9 +38,9 @@ export default { marginRight: 8, }, advanced_settings__scrollview: { - flexGrow: 1, - flexShrink: 1, - flexBasis: '100%', + flexGrow: 1, + flexShrink: 1, + flexBasis: '100%', }, advanced_settings__content: { flexDirection: 'column', |
