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
Hester Gong a9cceb0597
Fix long project name display in issue list and in related dropdown (#23653)
This PR is to fix the second problem mentioned in #23625, along with the
long texts problem in `issue-item-bottom-row` of `issuelist.tmpl`

Main changes are:
1. Add `max-width` to the search dropdowns in issue list and make the
possible long texts inside to show ellipsis if texts are long
2. Adjust the conditions in
[issuelist.tmpl](1d35fa0e78/templates/shared/issuelist.tmpl (L146-L167))
to fix the problem as mentioned by the
[comment](https://github.com/go-gitea/gitea/issues/23625#issuecomment-1479281060)
3. Use `word-break: break-word;` in `issue-item-bottom-row` to break the
possible long texts.

After the PR
issuelist in repo (similar for pr list):
<img width="366" alt="截屏2023-03-23 17 42 40"
src="https://user-images.githubusercontent.com/17645053/227163953-93e9adbd-5785-4c16-b538-9db901787775.png">

dropdowns with long name (Here take reference from github to deal with
the long names cases: show ellipsis with no title, because all these
options are clickable, and it might not be necessary to add titles to
them ):

<img width="370" alt="截屏2023-03-23 17 43 50"
src="https://user-images.githubusercontent.com/17645053/227164215-df6fcaaa-9fee-4256-a57c-053fbcffafbb.png">

<img width="365" alt="截屏2023-03-23 17 43 56"
src="https://user-images.githubusercontent.com/17645053/227164227-9c99abcd-f410-4e07-b5b8-cbce764eedcd.png">

issue page (similar for pr page):
<img width="374" alt="截屏2023-03-23 17 45 37"
src="https://user-images.githubusercontent.com/17645053/227164668-654a8188-dac8-4bbf-a6e3-f3768a644a1b.png">

on PC:
<img width="1412" alt="截屏2023-03-23 17 47 20"
src="https://user-images.githubusercontent.com/17645053/227166694-e7bcc6e5-9667-4cef-9fbf-db85640a2c6c.png">

<img width="1433" alt="截屏2023-03-23 17 46 40"
src="https://user-images.githubusercontent.com/17645053/227165182-4e2a5d19-74bc-4c66-b73c-23cbca176ffe.png">
2 years ago
..
chroma Replace Less with CSS (#23481) 2 years ago
code Fix some broken css (#23560) 2 years ago
codemirror Replace Less with CSS (#23481) 2 years ago
console Replace Less with CSS (#23481) 2 years ago
features Set opaque background on markup and images (#23578) 2 years ago
markup Set opaque background on markup and images (#23578) 2 years ago
modules Replace Less with CSS (#23481) 2 years ago
shared Fix long project name display in issue list and in related dropdown (#23653) 2 years ago
standalone Replace Less with CSS (#23481) 2 years ago
themes Update mini-css-extract-plugin, remove postcss (#23520) 2 years ago
admin.css Replace Less with CSS (#23481) 2 years ago
animations.css Replace Less with CSS (#23481) 2 years ago
base.css Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 2 years ago
dashboard.css Replace Less with CSS (#23481) 2 years ago
editor.css Replace Less with CSS (#23481) 2 years ago
explore.css Fix long name ui issues and label ui issue (#23541) 2 years ago
font_i18n.css Replace Less with CSS (#23481) 2 years ago
form.css Fix long name ui issues and label ui issue (#23541) 2 years ago
helpers.css Fix long project name display in issue list and in related dropdown (#23653) 2 years ago
home.css Replace Less with CSS (#23481) 2 years ago
index.css Replace Less with CSS (#23481) 2 years ago
install.css Replace Less with CSS (#23481) 2 years ago
organization.css Replace Less with CSS (#23481) 2 years ago
package.css Replace Less with CSS (#23481) 2 years ago
repository.css Fix long project name display in issue list and in related dropdown (#23653) 2 years ago
review.css Fix diff detail buttons wrapping, use tippy for review box (#23271) 2 years ago
runner.css Replace Less with CSS (#23481) 2 years ago
svg.css Replace Less with CSS (#23481) 2 years ago
tribute.css Replace Less with CSS (#23481) 2 years ago
user.css Remove conflicting CSS rules on notifications, improve notifications table (#23565) 2 years ago