This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix max-width of selection dropdowns (
#11144
)
Fix a regression added by
https://github.com/go-gitea/gitea/pull/10897/files
.
master
silverwind
GitHub
5 years ago
parent
77fecec64f
commit
842bba94ac
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/less/_base.less
+ 1
- 1
web_src/less/_base.less
View File
@@ -1223,7 +1223,7 @@ i.icon.centerlock {
/* limit width of all direct dropdown menu children */
/* https://github.com/go-gitea/gitea/pull/10835 */
.dropdown > .menu > * {
.dropdown
:not(.selection)
> .menu > * {
max-width: 300px;
overflow-x: hidden;
text-overflow: ellipsis;
Write
Preview
Loading…
Cancel
Save