apply contact address length fix

from 6a03272fc7

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-19 11:48:34 +02:00
parent 3fab600804
commit 9b181a20e9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 5 additions and 1 deletions

View File

@ -59,6 +59,10 @@ p {
color: rgba(0, 0, 0, 0.8);
margin-bottom: 40px; }
.break-word{
word-wrap: break-word;
}
.teaser-1,
.teaser-2 {
line-height: 36px;

View File

@ -152,7 +152,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<h3><%= title %></h3>
<h3 class="break-word"><%= title %></h3>
<%if (locals.qrCodeDataUri) { %>
<img class="qr-code" src="<%= qrCodeDataUri %>" />
<% } %>