diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-30 15:49:06 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 18:02:42 +0200 |
| commit | e1cd8b0a0c90188f863ab4b4e822edbc107649dd (patch) | |
| tree | b41be7fee53ea000c76ccb61bf913baf44b1650a /app/components/SupportStyles.js | |
| parent | ac98e48c68eadfdd7250eccd38aa492e6f830744 (diff) | |
| download | mullvadvpn-e1cd8b0a0c90188f863ab4b4e822edbc107649dd.tar.xz mullvadvpn-e1cd8b0a0c90188f863ab4b4e822edbc107649dd.zip | |
Add margin between Edit and Retry buttons
Diffstat (limited to 'app/components/SupportStyles.js')
| -rw-r--r-- | app/components/SupportStyles.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index bc23567d9d..bbc3895b6a 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -59,6 +59,9 @@ export default Object.assign( view_logs_button: { marginBottom: 16, }, + edit_message_button: { + marginBottom: 16, + }, }), createTextStyles({ support__form_email: { |
