~cadence/tube-devel

cloudtube: fix channel description overflow v1 APPLIED

bopol: 1
 fix channel description overflow

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~cadence/tube-devel/patches/26154/mbox | git am -3
Learn more about email & git

[PATCH cloudtube] fix channel description overflow Export this patch

---
 sass/includes/channel-page.sass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sass/includes/channel-page.sass b/sass/includes/channel-page.sass
index 77cbffd..06df5d1 100644
--- a/sass/includes/channel-page.sass
+++ b/sass/includes/channel-page.sass
@@ -64,6 +64,7 @@

  .description
    margin-top: 16px
    overflow-wrap: break-word

.channel-video
  @include channel-video
-- 
2.33.1
Thank you very much! Patch applied.