fix: text-break on outgoing link

This commit is contained in:
Barış Soner Uşaklı
2026-03-03 12:55:55 -05:00
parent 88b91c20d9
commit 4f07b345bf

View File

@@ -8,7 +8,7 @@
</div> </div>
<div class="col-10 offset-1 col-md-4 offset-4 d-flex flex-column gap-3"> <div class="col-10 offset-1 col-md-4 offset-4 d-flex flex-column gap-3">
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary">[[notifications:continue-to, {outgoing}]]</a> <a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary text-break">[[notifications:continue-to, {outgoing}]]</a>
<a href="#" class="btn btn-link" onclick="history.back(); return false;">[[notifications:return-to, {title}]]</a> <a href="#" class="btn btn-link" onclick="history.back(); return false;">[[notifications:return-to, {title}]]</a>
</div> </div>
</div> </div>