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
Kerwin Bryant a38eca3f52
Fix Fomantic's line-height causing vertical scrollbars to appear (#26961)
Before:

![before](https://github.com/go-gitea/gitea/assets/3371163/bc5a3b20-3490-4e14-ab1d-2fcfbc4a2e20)

After:

![after](https://github.com/go-gitea/gitea/assets/3371163/70e8be6a-11a2-46af-9e1e-78ac153cd2a4)

---  

1. **Remove the scroll bar exception that in the a tag**  
2. **Reduce the actual width of the a tag to the actual width of the
content**

![c363a5b5883e105a0c65d7337893b50](https://github.com/go-gitea/gitea/assets/3371163/789d9b83-ad14-46d2-8a1b-df551a063f6a)
As shown in the screenshot, the red box area should not be clickable
2 years ago
..
chroma Chroma color tweaks (#26978) 2 years ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Unify `border-radius` behavior (#26770) 2 years ago
features Refactor "shortsha" (#26877) 2 years ago
markup Unify `border-radius` behavior (#26770) 2 years ago
modules Fix "delete" modal dialog for issue/PR (#27015) 2 years ago
repo Improve issue list layout (#26983) 2 years ago
shared Improve issue list layout (#26983) 2 years ago
standalone Add toasts to UI (#25449) 2 years ago
themes Replace box-shadow for `floating` dropdown as well (#26581) 2 years ago
actions.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 2 years ago
admin.css User details page (#26713) 2 years ago
base.css Fix Fomantic's line-height causing vertical scrollbars to appear (#26961) 2 years ago
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. (#27047) 2 years 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) 2 years ago
helpers.css Remove some transition related code (#26755) 2 years 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) 2 years ago
repo.css Improve repo/user/org search (#27030) 2 years ago
review.css Unify `border-radius` behavior (#26770) 2 years ago
user.css Unify `border-radius` behavior (#26770) 2 years ago