line break sub recommendation url
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
parent
bd347879b8
commit
cb7fc97c1b
@ -182,7 +182,7 @@
|
||||
<h6 class="js-title mb-3"></h6>
|
||||
<p class="js-desc mb-3"></p>
|
||||
<p class="mb-0">
|
||||
<a class="js-url text-decoration-none"></a>
|
||||
<a class="js-url text-decoration-none line-break-anywhere"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -12,6 +12,10 @@
|
||||
|
||||
}
|
||||
|
||||
.line-break-anywhere {
|
||||
line-break: anywhere !important;
|
||||
}
|
||||
|
||||
.btn-discord {
|
||||
--bs-btn-color: #fff;
|
||||
--bs-btn-bg: var(--discord-blurple);
|
||||
|
Loading…
x
Reference in New Issue
Block a user