line break sub recommendation url
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Corban-Lee Jones 2024-11-13 10:53:01 +00:00
parent bd347879b8
commit cb7fc97c1b
2 changed files with 5 additions and 1 deletions

View File

@ -182,7 +182,7 @@
<h6 class="js-title mb-3"></h6> <h6 class="js-title mb-3"></h6>
<p class="js-desc mb-3"></p> <p class="js-desc mb-3"></p>
<p class="mb-0"> <p class="mb-0">
<a class="js-url text-decoration-none"></a> <a class="js-url text-decoration-none line-break-anywhere"></a>
</p> </p>
</div> </div>
</div> </div>

View File

@ -12,6 +12,10 @@
} }
.line-break-anywhere {
line-break: anywhere !important;
}
.btn-discord { .btn-discord {
--bs-btn-color: #fff; --bs-btn-color: #fff;
--bs-btn-bg: var(--discord-blurple); --bs-btn-bg: var(--discord-blurple);