diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-08 20:08:04 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-15 16:02:02 +0100 |
| commit | 7f6e3f863d6eb3dbedf7eb04f35ddfad0486a7f5 (patch) | |
| tree | 6c7301dad332c946dfb1eb97b938166f96d7f498 /app/components/SupportStyles.js | |
| parent | 90bc44decb63797323d6ab7c9f6c90b11af42b6d (diff) | |
| download | mullvadvpn-7f6e3f863d6eb3dbedf7eb04f35ddfad0486a7f5.tar.xz mullvadvpn-7f6e3f863d6eb3dbedf7eb04f35ddfad0486a7f5.zip | |
Style cleanup
Diffstat (limited to 'app/components/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index fce2594783..1a0eb9eae3 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -9,8 +9,7 @@ export default Object.assign(createViewStyles({ support__container:{ display: 'flex', flexDirection: 'column', - height: '100%', - paddingBottom: 24, + flex: 1 }, support__header:{ flex: 0, @@ -39,7 +38,6 @@ export default Object.assign(createViewStyles({ display: 'flex', flexDirection: 'column', justifyContent: 'space-between', - paddingBottom: 24, }, support__form:{ display: 'flex', |
