mirror of
https://github.com/go-gitea/gitea
synced 2025-03-04 09:44:20 +00:00
In #25315, @denyskon fixed UI on mobile view. But for the repo description, on desktop view there's no word-break. So maybe we can just add `gt-word-break` to fix it on both mobile view and desktop view. Before: desktop view:  mobile view:  After: desktop view:  mobile view(almost same?)  --------- Co-authored-by: silverwind <me@silverwind.io>