diff options
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Connect.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/Connect.css b/app/components/Connect.css index 59c1acb8ff..5d59ba00d8 100644 --- a/app/components/Connect.css +++ b/app/components/Connect.css @@ -115,6 +115,10 @@ font-size: 38px; font-weight: 900; line-height: 1.16em; + max-height: calc(1.16em * 2); + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; letter-spacing: -0.9px; color: #FFFFFF; margin-bottom: 4px; |
