fix tests and email clients blocking css

This commit is contained in:
Torsten Dittmann 2020-06-12 19:56:22 +02:00
parent d6e0055666
commit f90552ccf8
2 changed files with 12 additions and 1 deletions

View file

@ -76,6 +76,10 @@
margin-bottom: 15px;
}
a {
word-break: break-all;
}
.btn {
box-sizing: border-box;
width: 100%;

View file

@ -16,4 +16,11 @@
</td>
</tr>
</tbody>
</table>
</table>
<p>
<small>
<a href="{{redirect}}" target="_blank">
{{redirect}}
</a>
</small>
</p>