Do not let the invite link overflow the dialog

This commit is contained in:
Johannes Zellner
2017-03-21 13:36:36 +01:00
parent a55645770e
commit 29ef079a83

View File

@@ -221,8 +221,8 @@
</div>
<div class="modal-body">
<p>An email has been sent to <b>{{ inviteSent.email }}</b>.</p>
<p>You can also share this invite link directly.</p>
<p ng-click-select>{{ inviteSent.setupLink }}</p>
<p>You can also share this invite link directly:</p>
<p style="overflow: auto; white-space: nowrap;" eng-click-select>{{ inviteSent.setupLink }}</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">OK</button>