Skip to content

Commit 7b05d66

Browse files
POPSuLGiteaBot
andauthored
Fixed text overflow in dropdown menu (#26694)
Fixes #26622 ![image](https://github.com/go-gitea/gitea/assets/683358/168b7e4d-97ba-4b5f-a5f5-33ee67e8b4be) Co-authored-by: Giteabot <teabot@gitea.io>
1 parent 412e5c0 commit 7b05d66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/repo.css

+5
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
left: 0;
163163
}
164164

165+
.repository .filter.menu .ui.dropdown .menu .item {
166+
overflow: hidden;
167+
text-overflow: ellipsis;
168+
}
169+
165170
.repository .select-label .desc {
166171
padding-left: 23px;
167172
}

0 commit comments

Comments
 (0)