From cb7fc97c1b9b025355052ff0f8e89701b6aeb93b Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Wed, 13 Nov 2024 10:53:01 +0000 Subject: [PATCH] line break sub recommendation url --- apps/home/templates/home/index.html | 2 +- static/scss/base.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index 083ccc0..6299e14 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -182,7 +182,7 @@

- +

diff --git a/static/scss/base.scss b/static/scss/base.scss index dde8d35..93adfbf 100644 --- a/static/scss/base.scss +++ b/static/scss/base.scss @@ -12,6 +12,10 @@ } +.line-break-anywhere { + line-break: anywhere !important; +} + .btn-discord { --bs-btn-color: #fff; --bs-btn-bg: var(--discord-blurple);