summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-11-21 14:10:09 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-11-21 14:42:01 +0100
commit40f53fc3e53c6a497fc326982cdc1debbce1a67b (patch)
tree7f4ecca85e03c38b9038459d9e93e3d627938d8e /gui
parent835b0c731591f401cf8d681b05b640e123c9929c (diff)
downloadmullvadvpn-40f53fc3e53c6a497fc326982cdc1debbce1a67b.tar.xz
mullvadvpn-40f53fc3e53c6a497fc326982cdc1debbce1a67b.zip
Fix minor text clipping issue
Diffstat (limited to 'gui')
-rw-r--r--gui/packages/components/src/ConnectionInfo.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/packages/components/src/ConnectionInfo.tsx b/gui/packages/components/src/ConnectionInfo.tsx
index 64f622d1bd..5306ec97a3 100644
--- a/gui/packages/components/src/ConnectionInfo.tsx
+++ b/gui/packages/components/src/ConnectionInfo.tsx
@@ -30,6 +30,7 @@ const styles = {
hostname: Styles.createTextStyle({
fontFamily: 'Open Sans',
fontSize: 16,
+ lineHeight: 20,
fontWeight: '600',
color: 'rgb(255, 255, 255)',
flex: 1,