summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2018-01-31 16:59:03 +0100
committerErik Larkö <erik@mullvad.net>2018-01-31 16:59:03 +0100
commit79bffbf9a4f6af4a28f46f6913617596eedae987 (patch)
tree01a03ff96f5fd55962e8dc7a4c60d6907c0dbb94
parentc5499bf826dacd1c8e30a0631d6b9338be2e52e4 (diff)
downloadmullvadvpn-79bffbf9a4f6af4a28f46f6913617596eedae987.tar.xz
mullvadvpn-79bffbf9a4f6af4a28f46f6913617596eedae987.zip
Specify line height in px instead of a ratio in SupportStyles
-rw-r--r--app/components/SupportStyles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js
index 9bb1007f04..f0b0df5c18 100644
--- a/app/components/SupportStyles.js
+++ b/app/components/SupportStyles.js
@@ -211,7 +211,7 @@ export default Object.assign(createViewStyles({
support__no_email_warning: {
fontFamily: 'Open Sans',
fontSize: 13,
- lineHeight: 1.3,
+ lineHeight: 16,
color: 'rgba(255,255,255,0.8)',
},