You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
Giteabot 46ac04ce9d
Add word-break to repo description in home page (#27924) (#27957)
Backport #27924 by @yp05327

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:

![image](https://github.com/go-gitea/gitea/assets/18380374/a7659f5b-fbe9-400a-8cc2-cca44778556e)
mobile view:

![image](https://github.com/go-gitea/gitea/assets/18380374/611f1b81-58ac-4213-b165-5c73e24ca79e)

After:
desktop view:

![image](https://github.com/go-gitea/gitea/assets/18380374/f21bf3a7-f6aa-457d-9bfa-5c57659c68b1)
mobile view(almost same?)

![image](https://github.com/go-gitea/gitea/assets/18380374/ad2d1a4d-1172-402c-b5fc-5e910657847d)

Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: silverwind <me@silverwind.io>
1 year ago
..
chroma Chroma color tweaks (#26978) 1 year ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Fix z-index on markdown completion (#27237) (#27239) 1 year ago
features Refactor "shortsha" (#26877) 1 year ago
markup Absolute positioned checkboxes overlay floated elements (#26870) (#27366) 1 year ago
modules Reduce margin/padding on flex-list items and divider (#27872) (#27874) 1 year ago
repo Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) (#27661) 1 year ago
shared Reduce margin/padding on flex-list items and divider (#27872) (#27874) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
themes Use mask-based fade-out effect for `.new-menu` (#27181) (#27243) 1 year ago
actions.css fix issues on action runners page (#27226) (#27233) 1 year ago
admin.css User details page (#26713) 1 year ago
base.css Improve dropdown button alignment and fix hover bug (#27632) (#27637) 1 year ago
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. (#27047) 1 year ago
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Unify `border-radius` behavior (#26770) 1 year ago
helpers.css Remove some transition related code (#26755) 1 year ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Refactor project templates (#26448) 2 years ago
install.css Make "install page" respect environment config (#25648) 2 years ago
org.css Remove incorrect CSS helper classes (#26712) 1 year ago
repo.css Add word-break to repo description in home page (#27924) (#27957) 1 year ago
review.css Unify `border-radius` behavior (#26770) 1 year ago
user.css Unify `border-radius` behavior (#26770) 1 year ago